Skip to content
Jef King edited this page Jul 17, 2015 · 13 revisions

Image uploading and processing for Azure Websites.

King.Azure.Imaging is made for your Azure PaaS environment; deploy to Azure Web App and enable image upload, processing, and delivery!

  • Upload images to BLOB storage
  • WebJob background image processing
  • API for structured metadata about images
  • API dynamically resize images
  • Azure CDN for low latency content delivery
  • Scalable architecture, all on PaaS
  • Extensible
  • Uses ImageProcessor for image maniputlation
  • Uses King.Azure for Azure Storage access
  • Integrates with King.Service for background processing
PM> Install-Package King.Azure.Imaging

Demo

Check out the demo MVC/Web API project to help you get started! Or Live Demo

Clone this wiki locally