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

New Post: Convert png to b/w tiff with CCITT Group 4 compression

$
0
0
When you have a PNG file on disk you can just do this:
using (MagickImage image = new MagickImage("input.png"))
{
  image.CompressionMethod = CompressionMethod.Group4;
  image.Write("output.tiff");
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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