Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
Method settings that do not include Image in the name set attributes before an image is instantiated. If the method name includes Image, it sets the attributes after it is instantiated. MagickSetDepth() is useful, for example, to read an 16-bit raw RGB image from a file on disk. You could then use MagickSetImageDepth() after the raw image is read and you want to convert it to a depth of 8-bits.