I want to convert scanned text (black & white) to a PNG image with a colour depth of 1 bit.
With Image Events it is possible to convert the scanned image. But "bit depth" is read only.
Is there a better way to set the colour depth of a PNG image than to call the shell and use ImageMagick?
Thanks