I looking for a good image manipulation library/utility for using in .Net based application.
What I need it to do?
- Reduce the size of the image, by supplying a width value. but save the look of the image.
- Reduce the weight of the image, by optimizing it to web suffering.
The following thing are a good plus:
- Add a watermark to the image, both with (x,y) coordinates, or relative manner, like: center, bottom-left etc.
- Supporting as many formats as possible, and converting the pictures from format to format.
- Detect if a .gif file is animated image or regular one. If it is, support resizing animated pictures too is needed.
I know this is a lot of features, but in my opinion all of them are needed in today's websites, so I'm looking for a good one at least to be existed...
Edit: after that I experienced ImageMagick.Net wrapper, I can say that this is NOT ready library for production.
Do we have any more options?