Code: Select all
image.resize(Geometry(newWidth, newHeight));
The resized images look the same to the naked eye, and if I subtract them from each other, the result looks all black, until I greatly increase the contrast, at which point I can see the differences along borders of the original lighter regions. Also, if I use Image::compare on the resulting images, it returns a normalizedMaxError of about 0.0018 for the 8 bpp images and about 0.288 for the 32 bpp images.
Do the default filters use some random jitter in their sample positions that might account for this?
Is there any way to turn that off, in order to get perfectly repeatable results?