Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JimBobSquarePants/ImageProcessor
:camera: A fluent wrapper around System.Drawing for the processing of image files.
https://github.com/JimBobSquarePants/ImageProcessor
aspnet bmp c-sharp gif image-processor jpeg png tiff webp
Last synced: 3 months ago
JSON representation
:camera: A fluent wrapper around System.Drawing for the processing of image files.
- Host: GitHub
- URL: https://github.com/JimBobSquarePants/ImageProcessor
- Owner: JimBobSquarePants
- License: apache-2.0
- Archived: true
- Created: 2012-05-28T14:11:35.000Z (over 12 years ago)
- Default Branch: release/3.0.0
- Last Pushed: 2023-09-06T04:52:51.000Z (over 1 year ago)
- Last Synced: 2024-09-27T04:22:45.186Z (4 months ago)
- Topics: aspnet, bmp, c-sharp, gif, image-processor, jpeg, png, tiff, webp
- Language: C#
- Homepage: https://jimbobsquarepants.github.io/ImageProcessor/
- Size: 200 MB
- Stars: 2,497
- Watchers: 162
- Forks: 497
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-core - ImageProcessor - A fluent wrapper around System.Drawing for the processing of image files [http://imageprocessor.org](http://imageprocessor.org). `4.5.x or above` (Frameworks, Libraries and Tools / Graphics)
- fucking-awesome-dotnet-core - ImageProcessor - A fluent wrapper around System.Drawing for the processing of image files [http://imageprocessor.org](http://imageprocessor.org). `4.5.x or above` (Frameworks, Libraries and Tools / Graphics)
- awesome-dotnet-core - ImageProcessor - A fluent wrapper around System.Drawing for the processing of image files [http://imageprocessor.org](http://imageprocessor.org). `4.5.x or above` (Frameworks, Libraries and Tools / Graphics)
- awesome-dotnet-core - ImageProcessor - 一个流畅的System.Drawing包装器,用于处理图像文件。 (框架, 库和工具 / 图片)
README
ImageProcessor
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
**ImageProcessor is, and will only ever be supported on the .NET Framework running on a Windows OS. Please do not attempt to use with .NET Core or NET 5+**
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
**Imageprocessor** is a lightweight, fluent wrapper around System.Drawing.
It's fast, extensible, easy to use, comes bundled with some great features and is fully open source.
For full documentation please see [https://jimbobsquarepants.github.io/ImageProcessor/](https://jimbobsquarepants.github.io/ImageProcessor/)
## Roadmap
Focus for the ImageProcessor libraries has switched to desktop only due to the [lack of support for System.Drawing on Windows Services and ASP.NET](https://docs.microsoft.com/en-us/dotnet/api/system.drawing?view=netframework-4.8#remarks). As such, the `ImageProcessor.Web`and accompanying libraries will not be further developed. For an alternative please use [`ImageSharp.Web`](https://github.com/SixLabors/ImageSharp.Web).ImageProcessor has been retired. For modern platforms use [`ImageSharp`](https://github.com/SixLabors/ImageSharp)
### Latest Releases
| Library | Version |
| :-------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **ImageProcessor** | [![NuGet](https://buildstats.info/nuget/ImageProcessor)](https://www.nuget.org/packages/ImageProcessor) |
| **ImageProcessor.Plugins.WebP** | [![NuGet](https://buildstats.info/nuget/ImageProcessor.Plugins.WebP)](https://www.nuget.org/packages/ImageProcessor.Plugins.WebP) |## Documentation
ImageProcessor's documentation, included in this repo in the gh-pages branch, is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at For full documentation please see [https://jimbobsquarepants.github.io/ImageProcessor/](https://jimbobsquarepants.github.io/ImageProcessor/). The docs may also be run locally.
### Running documentation locally
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.3x).
- **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems.
2. From the root `/ImageProcessor` directory, run `jekyll serve` in the command line.
3. Open in your browser to navigate to your site.
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).### The ImageProcessor Team
Grand High Eternal Dictator
- [James Jackson-South](https://github.com/jimbobsquarepants)