nconvert 4.57 ignores -q

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

Moderators: XnTriq, helmut, xnview

Guest

nconvert 4.57 ignores -q

Post by Guest »

Hey Pierre,

the version 4.57 still ignores -q settings. Allways 100% Quality.

Can you please check this issue ?

I am using this batch right now:

for /R %%I in (*.*) do nconvert -out jpeg -q 60 -o "C:\Download\clean\%%~nI.jpg" -ratio -resize 200 0 "%%I"

Thanks
User avatar
xnview
Author of XnView
Posts: 44926
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: nconvert 4.57 ignores -q

Post by xnview »

Anonymous wrote:Hey Pierre,

the version 4.57 still ignores -q settings. Allways 100% Quality.

Can you please check this issue ?

I am using this batch right now:

for /R %%I in (*.*) do nconvert -out jpeg -q 60 -o "C:\Download\clean\%%~nI.jpg" -ratio -resize 200 0 "%%I"
No i've tried with -q 10 and the quality is not 100
Pierre.