Search found 2 matches
- 2019-02-09T03:48:19-07:00
- Forum: Magick.NET
- Topic: Convert IM command to Magick.NET
- Replies: 2
- Views: 77674
Re: Convert IM command to Magick.NET
Thank you dlemstra, this is exactly what I was looking for.
- 2019-02-08T08:21:23-07:00
- Forum: Magick.NET
- Topic: Convert IM command to Magick.NET
- Replies: 2
- Views: 77674
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?
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