Page 1 of 1

How can I apply bicubic resize(scale)?

Posted: 2015-11-18T08:46:40-07:00
by 2049651
Hi.
I'd like to apply bicubic resize or scale in imageMagick.
But it seems there are not existed in there.
So how do iI apply those image scale manipulation methods in my image by imagemagick?

Re: How can I apply bicubic resize(scale)?

Posted: 2015-11-18T10:26:28-07:00
by fmw42
-filter Catrom -resize is equivalent to bicubic (keys cubic convolution). See http://www.imagemagick.org/Usage/filter/#catrom-c

Please always provide your IM version and platform with questions on the forum.

Re: How can I apply bicubic resize(scale)?

Posted: 2015-11-18T16:56:37-07:00
by 2049651
fmw42 wrote:-filter Catrom -resize is equivalent to bicubic (keys cubic convolution). See http://www.imagemagick.org/Usage/filter/#catrom-c

Please always provide your IM version and platform with questions on the forum.
Thanks my IM is 6.8.9 win dll x86. Also I have worked on vc++ instead of cli mode.
So would you please let me know how to use bicubic scaler?

Re: How can I apply bicubic resize(scale)?

Posted: 2015-11-18T18:17:51-07:00
by fmw42
Sorry, I do not know any APIs, nor Windows, only the command line