Skip to content
jefking edited this page Oct 30, 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
  • Extensible
  • Uses ImageProcessor for image maniputlation
  • Uses King.Service for background processing
  • Uses King.Azure for Azure Storage access
PM> Install-Package King.Azure.Imaging
Clone this wiki locally