ImageMagick newbie - two questions
Posted: 2018-03-20T19:32:06-07:00
Hello,
I have followed the instructions to build ImageMagick from source on a Windows 7 box. 32-bit is fine, but I don't see a 64-bit configuration. When I naively try to create a 64-bit configuration, I get an error in CORE_ffi (among other projects) stemming from the build of win32.asm - it makes a 32-bit obj, which then causes a link error. Is a 64-bit build possible, and if so, how to do it?
Second question - what I'm looking for from ImageMagick is an interface to tiff images that allows me to read 16bpp images without losing any pixel data, and to retrieve the data in something like scan-line form (regardless of how it's stored in the image). This would be possible with libtiff, but it looks like it would be extremely fussy and error-prone. I'm hoping for a higher level interface to the pixels, without conversion to 8bpp. Is this feasible with ImageMagick, and if so, where would I look for example code?
Thanks much for any assistance!
Bill
I have followed the instructions to build ImageMagick from source on a Windows 7 box. 32-bit is fine, but I don't see a 64-bit configuration. When I naively try to create a 64-bit configuration, I get an error in CORE_ffi (among other projects) stemming from the build of win32.asm - it makes a 32-bit obj, which then causes a link error. Is a 64-bit build possible, and if so, how to do it?
Second question - what I'm looking for from ImageMagick is an interface to tiff images that allows me to read 16bpp images without losing any pixel data, and to retrieve the data in something like scan-line form (regardless of how it's stored in the image). This would be possible with libtiff, but it looks like it would be extremely fussy and error-prone. I'm hoping for a higher level interface to the pixels, without conversion to 8bpp. Is this feasible with ImageMagick, and if so, where would I look for example code?
Thanks much for any assistance!
Bill