Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1022 Bytes

readme.md

File metadata and controls

32 lines (19 loc) · 1022 Bytes

ImageResizer - Much more than image resizing

Visit our home page for details and documentation.

What is it?

  • An IIS/ASP.NET HttpModule & image server
  • An image processing library optimized and secured for server-side use
  • A framework and collection of 40+ plugins to accomplish most common web imaging needs.

Install

Nearly all ImageResizer plugins are on NuGet (33+).

Get the basics:

PM> Install-Package ImageResizer.MvcWebConfig
PM> Install-Package ImageResizer.Plugins.DiskCache
PM> Install-Package ImageResizer.Plugins.PrettyGifs

Intro

ImageResizer has a very simple (and powerful) URL API. Check out the documentation.

Fit modes

Notes for building ImageResizer

  • Make sure you have NuGet 2.7 installed with package restore enabled. Also, VS2010 or higher is best (we use 2013). Install the .NET 4.5.2 targeting packs.