Thank you very much.
That's greatly appreciated.
Michael
Search found 3 matches
- 2016-03-14T08:56:02-07:00
- Forum: Magick.NET
- Topic: Problem with Interlace PNG
- Replies: 4
- Views: 12421
- 2016-03-08T15:43:17-07:00
- Forum: Magick.NET
- Topic: Problem with Interlace PNG
- Replies: 4
- Views: 12421
Re: Problem with Interlace PNG
Sounds good, thanks.
- 2016-03-07T14:10:08-07:00
- Forum: Magick.NET
- Topic: Problem with Interlace PNG
- Replies: 4
- Views: 12421
Problem with Interlace PNG
Hi, I'm using Magick.NET-Q8-AnyCPU.dll to convert PDF to PNG(s), however I am unable to make the PNG interlaced. Here's my code. MagickReadSettings settings = new MagickReadSettings(); settings.Density = new PointD(300, 300); using (MagickImageCollection miImages = new MagickImageCollection ...