Page 1 of 1

Posted: 2006-05-17T07:55:27-07:00
by magick
To fix the problem simply set the image depth to 8
  • $im->Set( depth=> 8 );
before you write it or use the Q8 version of ImageMagick. If you use the Q16 version of ImageMagick and resize an 8-bit image, it produces a 16-bit image because new colors are being introduced during the scaling operation.