📷 A modern, cross-platform, 2D Graphics library for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
James South 6ffdf124d8 Fresh start 11 years ago
old Fresh start 11 years ago
src/ImageProcessor Fresh start 11 years ago
.gitattributes First Commit 14 years ago
.gitignore Ignores test artifacts 12 years ago
APACHE-2.0-LICENSE.txt Async optimisation complete. 13 years ago
ImageProcessor.sln Fresh start 11 years ago
README.md Update README.md 11 years ago

README.md

ImageProcessor

Build Status

Branch
Debug Build status
Release Build status
Coverage Report Coverage Status

Latest Releases

Library Version Downloads
ImageProcessor Nuget count Nuget downloads
ImageProcessor.Web Nuget count Nuget downloads

Issues open Source Browser ![Gitter](https://badges.gitter.im/Join Chat.svg)

Imageprocessor is a lightweight, extensible library written in C# that allows you to manipulate images on-the-fly using .NET 4.5+

It's fast, extensible, easy to use, comes bundled with some great features and is fully open source.

For full documentation please see http://imageprocessor.org/

Contributing to ImageProcessor

Contribution is most welcome! I mean, that's what this is all about isn't it?

Things I would ❤️ people to help me out with:

  • Unit tests. I need to get some going for all the regular expressions within the ImageProcessor core plus anywhere else we can think of. If that's your bag please contribute.
  • Documentation. Nobody likes doing docs, I've written a lot but my prose is clumsy and verbose. If you think you can make things clearer or you spot any mistakes please submit a pull request (Guide to how the docs work below).

Just remember to StyleCop all things! 🚔

RoadMap

I want the next version of ImageProcessor to run on all devices. Sadly it looks like using System.Drawing will not allow me to do that so I need to have a look at using an alternative. This is a lot of work so any help that could be offered would be greatly appreciated.

Documentation

ImageProcessor's documentation, included in this repo in the gh-pages branch, is built with Jekyll and publicly hosted on GitHub Pages at http://imageprocessor.org. The docs may also be run locally.

Running documentation locally

  1. If necessary, install Jekyll (requires v2.2.x).
  1. From the root /ImageProcessor directory, run jekyll serve in the command line.
  2. Open http://localhost:4000 in your browser to navigate to your site. Learn more about using Jekyll by reading its documentation.