Search found 3 matches

by mpower
2016-03-14T08:56:02-07:00
Forum: Magick.NET
Topic: Problem with Interlace PNG
Replies: 4
Views: 14958

Re: Problem with Interlace PNG

Thank you very much.
That's greatly appreciated.

:D
Michael
by mpower
2016-03-08T15:43:17-07:00
Forum: Magick.NET
Topic: Problem with Interlace PNG
Replies: 4
Views: 14958

Re: Problem with Interlace PNG

Sounds good, thanks.
by mpower
2016-03-07T14:10:08-07:00
Forum: Magick.NET
Topic: Problem with Interlace PNG
Replies: 4
Views: 14958

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 ...