How to set Resolution to an image using MagickNet

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
Post Reply
acpaps
Posts: 11
Joined: 2016-01-05T16:44:00-07:00
Authentication code: 1151

How to set Resolution to an image using MagickNet

Post by acpaps »

Trying to see how to set ResolutionUnits for an image.
I am using MagickNet.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: How to set Resolution to an image using MagickNet

Post by dlemstra »

Have you tried image.ResolutionUnits?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
acpaps
Posts: 11
Joined: 2016-01-05T16:44:00-07:00
Authentication code: 1151

Re: How to set Resolution to an image using MagickNet

Post by acpaps »

Yes, thanks.
Sorry for late reply. I was actually checking your codeplex forum and got the answer.
Thanks again for the response. Couldn't find how to mark a reply as an answer..:)
Post Reply