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?".
I am trying to write out a tiff image with byte pixels (using ImageMagick 6.4.5 on fedora 8 64 bit)
using the code below. However, the output image has float pixels. Am I doing something wrong, or is this a bug?
I built a 32 bit version of this code on a fedora 8 32 bit machine, and it worked properly. I then took this executable that I built on the 32 bit machine and ran it on the 64 bit machine, and it had the same problem.
I have statically linked ImageMagick, so it is using the exact same ImageMagick code.