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
nconvert 4.57 ignores -q
Moderator: xnview
-
xnview
- Author of XnView
- Posts: 47539
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: nconvert 4.57 ignores -q
No i've tried with -q 10 and the quality is not 100Anonymous 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"
Pierre.