Thinking of round a picture...

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: helmut, XnTriq, xnview

Post Reply
tireless
Posts: 23
Joined: Sun Oct 26, 2008 1:01 am

Thinking of round a picture...

Post by tireless »

Image (test.png)

+

Image Image Image Image (1-.gif -1.gif 1_.gif _1.gif)

Code: Select all

nconvert.exe nc.txt
nc.txt:
### -wmfile 1-.gif -wmflag top-left
test.PNG
### -wmfile -1.gif -wmflag top-right
test.PNG
### -wmfile 1_.gif -wmflag bottom-left
test.PNG
### -wmfile _1.gif -wmflag bottom-right
test.PNG
=> Image

Code: Select all

nconvert -out gif -colors 256 test.PNG
nconvert -transpcolor 04 02 04 test.gif
=> Image

Is it possible add this action (round a picture) to nconvert.exe? :D
tireless
Posts: 23
Joined: Sun Oct 26, 2008 1:01 am

Post by tireless »

There are some strange promblems:

If i use test2.gif:

Image

then it will be:

Image

-----------------

and in the first floor:

=> Image

Code: Select all

nconvert -transpcolor 04 02 04 test.png
if i don't change to .gif file,the color won't be Transparent.
User avatar
DOS386
Posts: 291
Joined: Sun Jun 11, 2006 2:43 pm

Re: Thinking of round a picture...

Post by DOS386 »

tireless wrote:Image
Is it possible add this action (round a picture) to nconvert.exe?
+1

I agree to this sugg :-)

+ clean image merging
+ better add text
Post Reply