MagickSetImageDepth?<http://wiki.or.kr/sweet/wiki.cgi/MagickSetImageDepth>(magick_wand, depth); image->depth = depth; image->colors = depth * 8; imageInfo->depth = depth; quantizeInfo->number_colors = (1 << depth);
I tried everything to set color depth, but I couldn't do it. What I want is to convert image format jpeg, bmp, gif, png. Input can be 4 of them, So does Output. Threrfore, total numbers of cases are 4 * 4. How can I do to reduce the image under 8 bit regardless of image format(jpeg, bmp, gif, png) If the image consists of several frames, every single frame needs to be certain depth. If I have to set other image information such as colorspace or type in order to change bit of depth, please let me know. Thanks _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
