Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Convert Pdf to Dcx just black and white color

$
0
0
Can you please give me a short code snippet (c#) what to do to convert a pdf File to a dcx with just black and white color. In older day I used command line option "convert.exe -map Colormap.pcx".
Now I would like to do it via code
            using (var image = new MagickImage("test.pdf")) 
            {
..... To Something .....
                image.Write("test.dcx");
            }

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>