I’m looking almost hour for examples of using imagemagick.net in c# and I can’t find antything.
All what I need is resize image (.jpg) to new size image (jpg, too) and would be great if you known how to add watermark.
I downloaded imagemagick.net from
Do you have to use ImageMagick? You can use GDI+ if your aim is to redeliver an image in another size. http://www.switchonthecode.com/tutorials/csharp-tutorial-image-editing-saving-cropping-and-resizing gives this function for resizing. I’ve used this tutorial in the past for watermarking: http://www.codeproject.com/KB/GDI-plus/watermark.aspx