Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)