Scum dot in grayscale -> bitmap conversion
Posted: 2009-04-06T14:38:21-07:00
We have developed a web interface which allows users to upload files for use on business cards. Once uploaded, Imagemagick converts the image to a grayscale and then to a bitmap (depth 1). For some reason, we are picking up a scum dot (small dots) in areas which were pure white originally. Our arguments are:
-contrast-stretch 15% -trim -colorspace Gray -ordered-dither 6x6a -depth 1
To see for yourself what I'm talking about go to http://www.raisedconnection.com, click RAISED PRINT BUS CARD 001 and click "Upload a Custom Graphic". If you select an image which clearly has white areas in it you will see that after the conversion the areas have dots in them.
Does anybody have any suggestions on how to avoid this from happening?
-contrast-stretch 15% -trim -colorspace Gray -ordered-dither 6x6a -depth 1
To see for yourself what I'm talking about go to http://www.raisedconnection.com, click RAISED PRINT BUS CARD 001 and click "Upload a Custom Graphic". If you select an image which clearly has white areas in it you will see that after the conversion the areas have dots in them.
Does anybody have any suggestions on how to avoid this from happening?