be possible to change an image to black?

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
toocool244

be possible to change an image to black?

Post by toocool244 »

be possible to change an image to black and white with the functions of this library? I've never used and I'm lost, need help!!
Drarakel
Posts: 547
Joined: 2010-04-07T12:36:59-07:00
Authentication code: 8675308

Re: be possible to change an image to black?

Post by Drarakel »

One method to create black and white images:
convert <input> -monochrome <output>
http://www.imagemagick.org/Usage/quantize/#monochrome

Better start your next threads in the 'Users' section. There is no bug in here. :wink:
Post Reply