Search found 1 match

by bman
2016-03-21T03:14:45-07:00
Forum: Magick.NET
Topic: convert to monochrome
Replies: 1
Views: 13976

convert to monochrome

Hi,

I'm converting a pdf to images and wanto convert these to black/white.

It is working to get a grayscale output but I cannot find how to get 1 bit images.

Code used

MagickReadSettings settings = new MagickReadSettings();
// Settings the density to 300 dpi will create an image with a better ...