Regarding 64-bit version of ImageMagick

मंदार <[email protected]> Thu, 28 Jan 2010 19:50:10 +0530
Newsgroups gmane.comp.video.image-magick.devel
Message-ID <[email protected]>
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