Page 1 of 1

more detailed documentation

Posted: Sat Jul 26, 2008 9:53 pm
by xntest
Hello

Is there a more detailed documentation for nconvert anywere?


I want to resize some picture with nconvert in a batch but I do not find information about -c and -q.


It would be nice to see some examples with a short description.

Re: more detailed documentation

Posted: Mon Jul 28, 2008 6:58 am
by xnview
-q is for jpeg quality
and -c , you can take a look here:
http://newsgroup.xnview.com/viewtopic.php?t=12247

Posted: Sun Aug 03, 2008 9:31 am
by xntest
Hello

-q is OK for my understanding but I do not understand the funktion of -c.

I do not use -c at the moment and it works fine. Can I optimize resizing with -c?


--
Chris

Posted: Sun Aug 03, 2008 9:36 am
by helmut
xntest wrote:... -q is OK for my understanding but I do not understand the funktion of -c.

I do not use -c at the moment and it works fine. Can I optimize resizing with -c?
Unlike most file formats, the file formats PDF and TIFF allow for using various compression types (RLE, LZW, ...). To set a specific compression type you use the -c parameter. -c is only needed if your output files are saved as PDF or TIFF.

Posted: Sun Aug 03, 2008 9:47 am
by xntest
OK then I can forget it for my use.
Thanks.