Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Hi I want to compare two image with MeanErrorPerPixel function. But it requires that the two images have the same size.
I 've written a code that enables resizing but i've noticed that when i change the width the height also changes and vice versa. So i'm not able to resize to the same size.
Not really done!!
The extent function doesn't resize the image at all!
I've tried .zoom .scale .sample .resize and all with the same result !!!!
Is their anyway to resize two images to get exactly the same size ???????
I need this same size to be able to compare them later with the compare function!!