Search found 2 matches

by topnotchKe
2019-02-09T03:48:19-07:00
Forum: Magick.NET
Topic: Convert IM command to Magick.NET
Replies: 2
Views: 40082

Re: Convert IM command to Magick.NET

Thank you dlemstra, this is exactly what I was looking for.
by topnotchKe
2019-02-08T08:21:23-07:00
Forum: Magick.NET
Topic: Convert IM command to Magick.NET
Replies: 2
Views: 40082

Convert IM command to Magick.NET

I have some legacy application that uses the following IM Commands and I would like to rewrite the code to use the Magick.NET library.

Can anyone provide some guidance?

Code: Select all

 Convert c:\Temp\Source.jpg -units PixelsPerInch -density 96x96 -resize 150x150 -quality 100 -type TrueColor   output.jpg