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/
If you are looking for the new cross-platform imaging library it has moved to it's own repository ImageSharp.
Library | Version |
---|---|
ImageProcessor | |
ImageProcessor.Web |
![Gitter](https://badges.gitter.im/Join Chat.svg)
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! 🚔
Focus for the ImageProcessor libraries has switched to the new library ImageSharp. As such very few new features will be added to this library. Bug fixes and enhancements will continue to be developed though.
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.
- If necessary, install Jekyll (requires v2.5.3x).
- Windows users: Read this unofficial guide to get Jekyll up and running without problems.
- From the root
/ImageProcessor
directory, runjekyll serve
in the command line. - Open http://localhost:4000 in your browser to navigate to your site. Learn more about using Jekyll by reading its documentation.
Grand High Eternal Dictator
Core Team