Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
-
magick
- Site Admin
- Posts: 11095
- Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2006-04-09T04:06:20-07:00
Add +matte to your command line to remove the alpha channel from an image.
-
magick
- Site Admin
- Posts: 11095
- Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2006-04-10T12:20:34-07:00
In PerlMagick you can write an 24-bit RGB image with this:
- $image->Write(filename=>'image.rgb',depth=>8,matte=>'false');