Hi, I am using ImageMagick 6.5 in my code as a third-party. Now I am porting my code from 32 bit to 64 bit i.e. creating 64-bit libraries.
Currently I am compiling/building the ImagMagik-6.5 with the 64-bit porting flags (-m64) to create 64-bit library of ImageMagick, But I seen some issues with this porting like assigning long to int, as this causes truncation for 64-bit porting and not on 32-bit. For example: *In file dib.c, function DecodeImage(),* here in switch case long (count) is type casted to int as follows, * "switch ((int) count)"* Could you please tell me is ImageMagick code is same for both 32 and 64 bit build? where I can get the 64-bit source/libraries for ImageMagick. Thanks Mandar _______________________________________________ Magick-developers mailing list Magick-developers@imagemagick.org http://studio.imagemagick.org/mailman/listinfo/magick-developers