At 06:02 PM 7/13/2006 -0700, Jack Indigo wrote:
>Hi everybody,
>  
>  I am writing a cross platform utility in C++ using ImageMagick.
>  The purpose of this utility is to convert and resize different images to 
> make a normalized image for comparison.
>  The problem is, when I compile and run the same code and use 
> ConvertImageCommand with the parameters like:
>    char *argv[] = { "convert", "source.gif", "-resize", "100x100", 
>                           "-type",  "Grayscale",
>                           "des.gif", NULL };
> the  result in Windows and Linux(Fedora 2) are completely different. They  
> look like each other but when I use FC of DIFF, it shows many  differences.
>  
>  I appreciate and help

Are both platforms running with the same quantum depth (Q8 or Q16)?

Glenn
_______________________________________________
Magick-developers mailing list
Magick-developers@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-developers

Reply via email to