Page 1 of 1

Posted: 2006-04-09T04:06:20-07:00
by magick
Add +matte to your command line to remove the alpha channel from an image.

Posted: 2006-04-10T12:20:34-07:00
by magick
In PerlMagick you can write an 24-bit RGB image with this:
  • $image->Write(filename=>'image.rgb',depth=>8,matte=>'false');