Page 1 of 1

Posted: 2006-05-30T09:25:27-07:00
by magick
The filters only affect the zoom() method. See Magick++/demo/zoom.cpp for an example of using zoom(). Under certain conditions, some filters can produce the same exact image.

Posted: 2006-05-31T07:39:40-07:00
by magick
You can only specify a particular filter type for the ResizeImage() method. The Magick++ zoom() method calls ResizeImage() so it respects the filter types.