Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sachatrauwaen/OpenImageProcessor
DNN wrapper library around ImageProcessor Library For On-The-Fly Processing Of Images.
https://github.com/sachatrauwaen/OpenImageProcessor
Last synced: 3 months ago
JSON representation
DNN wrapper library around ImageProcessor Library For On-The-Fly Processing Of Images.
- Host: GitHub
- URL: https://github.com/sachatrauwaen/OpenImageProcessor
- Owner: sachatrauwaen
- License: mit
- Created: 2016-09-25T20:20:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T11:16:45.000Z (9 months ago)
- Last Synced: 2024-07-29T00:36:56.623Z (6 months ago)
- Language: C#
- Size: 1.28 MB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dnn - OpenImageProcessor - The-Fly Processing Of Images (Awesome DNN (DotNetNuke) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Open Source Modules)
README
# OpenImageProcessor
The OpenImageProcessor package is a DNN wrapper library around the ImageProcessor Library For On-The-Fly Processing Of Images.## ImageProcessor
ImageProcessor is a collection of lightweight libraries that allows you to manipulate images on-the-fly.
It includes a dynamic image processing extension built for ASP.NET.
It’s lighting fast, extensible, easy to use, comes bundled with some great features and is fully open source.More info can be found on [imageprocessor.org](https://jimbobsquarepants.github.io/ImageProcessor/).
OpenImageProcessor can help you to resize, crop, watermark, and much more oprations on images on the fly by only adding query parameters to image urls.
Example: https://your-image?width=600&height=250&bgcolor=fff
Full documentation can be found here: [imageprocessor.org](https://jimbobsquarepants.github.io/ImageProcessor/)
**Advise**: have a look at the methods sections.
## Installation
The OpenImageProcessor install package will install the ImageProcessor library and applies the required configuration for your DNN website automatically.In detail:
* It installs the dll's in the bin folder
* It applies the required modifications in the web.config
* It adds the 3 config files in the config subfolder## Minimal Requirements
.NET 4.5+