To change chromaticity of an image and delete alpha channel

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?".
Post Reply
mubarak
Posts: 1
Joined: 2013-04-18T01:25:34-07:00
Authentication code: 6789

To change chromaticity of an image and delete alpha channel

Post by mubarak »

I want to change the chromaticity of a .bmp image, while changing the alpha channel is added when I used this command. "convert brand_splash.bmp -channel RGB -alpha off brand_splashin.bmp". I want to remove the alpha channel alone.
Post Reply