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?
How can I apply bicubic resize(scale)?
- 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)?
-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.
Please always provide your IM version and platform with questions on the forum.
Re: How can I apply bicubic resize(scale)?
Thanks my IM is 6.8.9 win dll x86. Also I have worked on vc++ instead of cli mode.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.
So would you please let me know how to use bicubic scaler?
- 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)?
Sorry, I do not know any APIs, nor Windows, only the command line