Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefking/king.azure.imaging
Image API & processing for Azure Web Apps
https://github.com/jefking/king.azure.imaging
azure azure-web c-sharp demo image-processing javascript king nuget wiki
Last synced: 23 days ago
JSON representation
Image API & processing for Azure Web Apps
- Host: GitHub
- URL: https://github.com/jefking/king.azure.imaging
- Owner: jefking
- License: mit
- Created: 2014-08-20T04:26:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T20:16:54.000Z (over 2 years ago)
- Last Synced: 2024-04-29T00:08:00.448Z (8 months ago)
- Topics: azure, azure-web, c-sharp, demo, image-processing, javascript, king, nuget, wiki
- Language: JavaScript
- Homepage: https://www.nuget.org/packages/King.Azure.Imaging
- Size: 2.67 MB
- Stars: 20
- Watchers: 9
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
King.Azure.Imaging is made for your Azure PaaS environment; deploy to [Azure Web App](http://azure.microsoft.com/en-us/services/app-service/web/) and enable image upload, processing, and delivery!
+ Architecture [Video](https://channel9.msdn.com/Series/onacloud/Cloud-Image-Processing)
+ Upload images to BLOB storage
+ WebJob background image processing
+ API for structured metadata about images
+ API to resize on the fly (and caches!)
+ Azure CDN for low latency content delivery
+ Scalable architecture, all on PaaS
+ Extensible
+ Uses [ImageProcessor](https://github.com/JimBobSquarePants/ImageProcessor) for image maniputlation
+ Uses [King.Azure](https://github.com/jefking/King.Azure) for Azure Storage access
+ Integrates with [King.Service](https://github.com/jefking/King.Service) for background processing### [NuGet](https://www.nuget.org/packages/King.Azure.Imaging)
```
PM> Install-Package King.Azure.Imaging
```### [Wiki](https://github.com/jefking/King.Azure.Imaging/wiki)
View the wiki to learn how to use this; and check out the architecture [video](https://channel9.msdn.com/Series/onacloud/Cloud-Image-Processing)!### CI
[![Build status](https://dev.azure.com/jefkin/oss/_apis/build/status/King.Azure.Imaging)](https://dev.azure.com/jefkin/oss/_build/latest?definitionId=20)