Skip to content
jefking edited this page Oct 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 re-size images
  • Azure CDN images
  • Scalable architecture
  • Extensible
  • Uses ImageProcessor for image maniputlation
  • Example Project

NuGet

Add via NuGet

PM> Install-Package King.Azure.Imaging
Clone this wiki locally