Skip to content
jefking edited this page Sep 19, 2014 · 13 revisions

Scalable image uploading and processing for Azure

  • Upload images to blob storage
  • Queue images for background processing
  • Store structured metadata about images
  • Dynamically resize images
  • Azure CDN images
  • Scalable architecture
  • Example Project

NuGet

Add via NuGet

PM> Install-Package King.Azure.Imaging

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

Clone this wiki locally