Search found 23 matches

by tireless
Sun May 17, 2009 11:49 am
Forum: NConvert
Topic: Where can I download old version (X.XX)
Replies: 2
Views: 1915

Where can I download old version (X.XX)

I want nconvert 2.96.
by tireless
Tue Mar 03, 2009 9:14 am
Forum: NConvert
Topic: "-text_opacity" command?
Replies: 0
Views: 618

"-text_opacity" command?

I'm very happy to see new command "-wmopacity" in Nconvert5.30.
Could you add the similar command "-text_opacity" and "-text_back_opacity"? Thanks.
by tireless
Thu Dec 11, 2008 1:49 pm
Forum: Miscellaneous
Topic: Looking for a command line tool to edit .jpg's comments
Replies: 1
Views: 2165

Looking for a command line tool to edit .jpg's comments

Image

exiftool.exe,jhead.exe,exiv2.exe ? these three tools seems can not do that,or if it can,could somebody tell me which command to use...
by tireless
Wed Dec 10, 2008 7:18 am
Forum: NConvert
Topic: Hope no need to tell the format
Replies: 0
Views: 1475

Hope no need to tell the format

When convert all formats images:

Code: Select all

nconvert -o $\thumb\% -resize 10 0 D:\pic\*
the images converted to no extension. :(

----------------------------------------------------------------------
Another suggestion:
I think if it can performs subfolders will be very usefull :)
by tireless
Fri Nov 28, 2008 1:16 pm
Forum: NConvert
Topic: Can't convert a MNG to Animated GIF
Replies: 5
Views: 4274

by tireless
Wed Nov 26, 2008 2:28 pm
Forum: NConvert
Topic: Thinking of round a picture...
Replies: 2
Views: 1204

There are some strange promblems:

If i use test2. gif :

http://i236.photobucket.com/albums/ff54/tirelesstireless/test2.gif

then it will be:

http://i236.photobucket.com/albums/ff54/tirelesstireless/test2-after.gif

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

and in the first floor:

=> http://i236.photobucket.com ...
by tireless
Wed Nov 26, 2008 2:27 pm
Forum: NConvert
Topic: Thinking of round a picture...
Replies: 2
Views: 1204

Thinking of round a picture...

http://i236.photobucket.com/albums/ff54/tirelesstireless/test.png (test.png)

+

http://i236.photobucket.com/albums/ff54/tirelesstireless/1-.gif http://i236.photobucket.com/albums/ff54/tirelesstireless/-1.gif http://i236.photobucket.com/albums/ff54/tirelesstireless/1_.gif http://i236.photobucket ...
by tireless
Sat Nov 15, 2008 5:12 am
Forum: NConvert
Topic: transparent.gif add to background.jpg,not transparency again
Replies: 2
Views: 2243

Thanks.
by tireless
Fri Nov 14, 2008 7:39 am
Forum: NConvert
Topic: add watermark text,text from clipboard or text file?
Replies: 0
Views: 954

add watermark text,text from clipboard or text file?

adding watermark text to a picture,hope can use clipboard text or a text file as "string".

and hope the "string" can add more than one line,such as us \n to make a new line.
by tireless
Fri Nov 14, 2008 7:20 am
Forum: NConvert
Topic: transparent.gif add to background.jpg,not transparency again
Replies: 2
Views: 2243

transparent.gif add to background.jpg,not transparency again

XnView.gif:
http://www.picpanda.com/images/yzvqrvllb2ba25wt3ro.gif

background.jpg:
http://www.picpanda.com/images/ufcdzij5h3s5ts9g93kf.jpg

execute:
nconvert -o %_test.jpg -wmfile XnView.gif -wmflag center background.jpg

background_test.jpg:
http://www.picpanda.com/images ...
by tireless
Thu Nov 13, 2008 10:44 am
Forum: NConvert
Topic: Background.png + wmfile*.png -> Background_wmfile*.png ?
Replies: 6
Views: 1753

Do you have tried to use a script file?
it works. :)
(i have tried before,and didn't work,maybe i typed wrong words.)

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

the script file is it right?
### -o 1.png -wmfile wmfile1.png -wmflag bottom-right
Background.png ...
by tireless
Thu Nov 13, 2008 10:17 am
Forum: NConvert
Topic: Background.png + wmfile*.png -> Background_wmfile*.png ?
Replies: 6
Views: 1753

Do you have tried with the last nconvert?
Yes,i did.Very thanks you fixed that problem.

I means,the normal way is execute twice:
nconvert -o 1.png -wmfile wmfile1.png -wmflag bottom-right Background.png
nconvert -o 2.png -wmfile wmfile2.png -wmflag bottom-right Background.png

Can execute ...
by tireless
Thu Nov 13, 2008 8:37 am
Forum: NConvert
Topic: Background.png + wmfile*.png -> Background_wmfile*.png ?
Replies: 6
Views: 1753

http://www.picpanda.com/images/k8s18ujlw33g5fg6m01.png
Background.png

http://www.picpanda.com/images/nbr9zm669s1zmu1q.png
wmfile1.png

http://www.picpanda.com/images/vj04lqmbe5fz0u1s0yvf.png
wmfile2.png

Is there a way to make below images with one command or nconvert script?
http ...
by tireless
Thu Nov 13, 2008 3:44 am
Forum: NConvert
Topic: Background.png + wmfile*.png -> Background_wmfile*.png ?
Replies: 6
Views: 1753

Background.png + wmfile*.png -> Background_wmfile*.png ?

Lots of Watermark files with one Background image,to make Background_wmfile*.png,how to do that?

this doesn't work:

Code: Select all

nconvert.exe -wmfile wmfile*.png -wmflag bottom-right -o %%_new.png Background.png
by tireless
Sat Nov 08, 2008 7:43 am
Forum: NConvert
Topic: How to convert .ico to .png with 32x32 size?
Replies: 1
Views: 2044

How to convert .ico to .png with 32x32 size?

Image

or

How to convert .png to .ico with (16x16,32x32,48x48) size?