Search found 2 matches

by JeanMich
Mon May 16, 2022 5:25 pm
Forum: NConvert
Topic: Resize png 8 bits
Replies: 5
Views: 2475

Re: Resize png 8 bits

Hello,
I don't quite get it : you are not cropping anything here.

Whatever, I'm no expert but I'd try to add
-out png -clevel 9
to specify the output file format (png) and the compression level.
-overwrite -out png -clevel 9 -ratio -resize 1500 1200 -rflag decr
It's giving me an image with the ...
by JeanMich
Mon May 16, 2022 5:01 pm
Forum: NConvert
Topic: v7.99 : no more resampling with -rtype hanning?
Replies: 1
Views: 1898

v7.99 : no more resampling with -rtype hanning?

Hi,
I've found an old batch script I made a couple of years ago. In it I had
-rtype hanning
Today I downloaded the most recent nconvert (because, you know) and tested the script and it worked like a charm. Great!
For the fun, I checked the available options in case I could improve the script with ...