Hello,
I tried to use Image.scale() and Image.sample() methods for low to high resolution but find them very rough.
Can you say what method can scale images more acurately, like -resize option in convert tool?
Thanks,
Igor
? The best resize method in magick++?
Re: ? The best resize method in magick++?
Use image.resize() to resize an image like the -resize command line option.
Re: ? The best resize method in magick++?
When I try this I get the message:
error: ‘class Magick::Image’ has no member named ‘resize’
I have version 6.2.3
error: ‘class Magick::Image’ has no member named ‘resize’
I have version 6.2.3
Re: ? The best resize method in magick++?
Strange indeed. Works for us, we're using ImageMagick 6.3.6-3, the current release.