How can I apply bicubic resize(scale)?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
2049651
Posts: 29
Joined: 2015-10-20T07:29:42-07:00
Authentication code: 1151

How can I apply bicubic resize(scale)?

Post 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?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post 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.
2049651
Posts: 29
Joined: 2015-10-20T07:29:42-07:00
Authentication code: 1151

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

Post 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?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post by fmw42 »

Sorry, I do not know any APIs, nor Windows, only the command line
Post Reply