ImageProcessor is a collection of lightweight libraries written in C# that allows you to manipulate images on-the-fly using .NET 4.5+
ImageProcessor contains multiple methods within the core functionality that allows for image manipulation via the ImageFactory class. This has a fluent API which allows you to easily chain methods to deliver the desired output.
ImageProcessor contains no web specific components so is suitable for both desktop and web applications.
The base library supports processing of jpg, jpeg, png, png8, gif (both animated and static), bmp, and tiff file formats.
It consists of two main libraries ImageProcessor - For desktop and application use and ImageProcessor.Web - a dynamic image processing extension built for ASP.NET.
Resources