iOS Black and White Image and C API

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: iOS Black and White Image and C API

Post by fmw42 »

try this on the picture above

convert rgb.png -morphology smooth diamond:2 result.png
tomcontr
Posts: 10
Joined: 2014-12-21T21:32:32-07:00
Authentication code: 6789

Re: iOS Black and White Image and C API

Post by tomcontr »

The one on the last post? or the original one?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: iOS Black and White Image and C API

Post by fmw42 »

Apply it to the last post. But you can also add it to the end of your processing scheme and reprocess your image.
Post Reply