0

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.

tereško
  • 58,060
  • 25
  • 98
  • 150
Mehrdad Bahrainy
  • 1,597
  • 1
  • 14
  • 20

1 Answers1

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:

http://imageresizing.net/

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