Page 1 of 1

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

Posted: Mon May 16, 2022 5:01 pm
by JeanMich
Hi,
I've found an old batch script I made a couple of years ago. In it I had

Code: Select all

-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 a petit quelque chose de plus

Code: Select all

nconvert.exe -?
the hanning method was not listed anymore :shock: instead I had

Code: Select all

-rtype            : Type of resampling
              quick    : Quick resize
              linear   : Bi-linear (linear)
              hermite  : Hermite
              gaussian : Gaussian
              bell     : Bell
              bspline  : Bspline
              mitchell : Mitchell
              lanczos  : Lanczos
So, is it that the help is not uptodate? Or is it correct and my script is not actualy performing an hanning resampling but something else? If so, which method?

Whatever the answer, thanks for this great program !

(By the way the version I have is indeed v7.99 whereas it's v7.98 on the forum page.)

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

Posted: Thu May 19, 2022 11:05 am
by xnview
it's an error in the help, always supported