I'm working on an asp.net MVC web application and I need a library for image manipulation. What is the best library for this case? I prefer to use an open source library.
Asked
Active
Viewed 6,850 times
0
-
What specific features are you looking for? – IrishChieftain Oct 23 '12 at 21:58
-
I need something as same as that you said. It seems similar to that I need. I'm trying it thanks ;) – Mehrdad Bahrainy Oct 23 '12 at 22:05
1 Answers
2
Take a look at ImageResizer.net. It has everything you need including code samples for SQL Server integration and croping with aspect ratio preserved:
The most popular features are free and open-source:
- Resizing, cropping, rotating, flipping
- Borders, drop-shadows, padding, background colors
- Adjustable Jpeg compression. Multi-page tiff viewing
- Animated GIF frame selection. Comprehensive, real-time diagnostics
- Basic GIF and PNG encoding
- Gradient generation

IrishChieftain
- 15,108
- 7
- 50
- 91