Page 1 of 1
Re: is it possible to add a label/text without an alpha channel
Posted: 2008-02-12T20:42:53-07:00
by fmw42
Apparently your input images are RGBA. If so, try removing the alpha channel by adding -channel RGB after your <inputFile> or before your <outputFile>
Re: is it possible to add a label/text without an alpha channel
Posted: 2008-02-19T22:57:25-07:00
by anthony
-channel is a setting and only effect operators.
If you don't want an alpha channel in your output images. remove it with
+matte before saving the image.
See IM Examples, Basics, Controling transparency
http://imagemagick.org/Usage/basics/#alpha