Search found 7 matches
- Fri Aug 26, 2011 1:03 pm
- Forum: Classic - General Support
- Topic: Convert .tif to resized .png from windows command prompt
- Replies: 2
- Views: 545
Re: Convert .tif to resized .png from windows command prompt
thanks Pierre, but I have already gotten around this problem. I no longer need to do this. Thanks. Michelle
- Thu Aug 25, 2011 6:40 am
- Forum: NConvert
- Topic: Resizing based on maximum width (keep aspect ratio)
- Replies: 1
- Views: 1275
Re: Resizing based on maximum width
oops! i posted to quick. i got it. for anyone interested in the answer it's in the use of the -ratio option.
nconvert -out png -ratio -resize 2000 0 convert-this.tif
nconvert -out png -ratio -resize 2000 0 convert-this.tif
- Thu Aug 25, 2011 6:37 am
- Forum: NConvert
- Topic: Resizing based on maximum width (keep aspect ratio)
- Replies: 1
- Views: 1275
Resizing based on maximum width (keep aspect ratio)
Hi,
"Size the output file so that the width is no bigger than 1500pix. Keep the aspect ratio. Please." ...is what I want to tell Nconvert.
I thought there would be a "scale" option, but alas not from what I can find. Any suggestions? Thanks in advance, Michelle
"Size the output file so that the width is no bigger than 1500pix. Keep the aspect ratio. Please." ...is what I want to tell Nconvert.
I thought there would be a "scale" option, but alas not from what I can find. Any suggestions? Thanks in advance, Michelle
- Thu Aug 25, 2011 6:09 am
- Forum: NConvert
- Topic: Using -info to return width (only)
- Replies: 1
- Views: 831
Using -info to return width (only)
Hello
I need only to get the width of an image returned when calling -info. The reason for this is that in my ruby script I'm setting a variable called 'pic_width':
pic_width = system(" nconvert.exe -info C:\mine.tif ")
Is there a way I can specify "only give me the width back please" ? I want to ...
I need only to get the width of an image returned when calling -info. The reason for this is that in my ruby script I'm setting a variable called 'pic_width':
pic_width = system(" nconvert.exe -info C:\mine.tif ")
Is there a way I can specify "only give me the width back please" ? I want to ...
- Thu Aug 25, 2011 5:54 am
- Forum: NConvert
- Topic: NConvert documentation for command line use?
- Replies: 1
- Views: 954
Re: NConvert documentation for command line use?
Not to worry, I found it: http://wiki.xnview.com/index.php/NConvert_User_Guide
It would really help if this was linked to on http://www.xnview.com/en/nconvert.html
It would really help if this was linked to on http://www.xnview.com/en/nconvert.html
- Thu Aug 25, 2011 5:52 am
- Forum: NConvert
- Topic: NConvert documentation for command line use?
- Replies: 1
- Views: 954
NConvert documentation for command line use?
Hello, could someone please tell me where I can find any documentation for Nconvert?
Thank-you Michelle
Thank-you Michelle
- Thu Aug 25, 2011 2:21 am
- Forum: Classic - General Support
- Topic: Convert .tif to resized .png from windows command prompt
- Replies: 2
- Views: 545
Convert .tif to resized .png from windows command prompt
Hello, I just need to convert .tif files into .png files and resize the canvas of these .png's. I need to do this from windows command prompt. I don't need the gui at all. I would like the simplest tool that works.
I thought nconvert http://www.xnview.com/en/features_nc.html would be perfect... but ...
I thought nconvert http://www.xnview.com/en/features_nc.html would be perfect... but ...