Convert IM command to Magick.NET
Posted: 2019-02-08T08:21:23-07:00
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?
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