> The problem is that when I do process them, I get 8 bit images as output.
Do you mean 16-bit for output? If you use the Q16 version of ImageMagick and modify any pixels they are promoted to 16-bit. If you want to work exclusively in 8-bit, build a Q8 version of ImageMagick or set the image depth with the Q16 version of ImageMagick: convert my-8-bit-gray.png -resize 50% -depth 8 resize.png _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
