Search found 1 match
- 2015-06-25T05:07:23-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: how to resize an image using .com object of imagemagick 6.7.8
- Replies: 1
- Views: 87494
how to resize an image using .com object of imagemagick 6.7.8
HI, I'm trying to resize an image with ImageMagick ( third program) in c# however the command image.resize is not working ( please add a sample in c# how it works exacly) // use ImageMagick to resize images var image = new ImageMagickObject.MagickImage(NewName); List<object> convertParams = new List ...