Skip to content

itorian/ImageOptimizerOrCompressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageOptimizer or Compressor using C#

This project is based on https://github.com/madskristensen/ImageOptimizer by Mads Kristensen, which is basically Visual Studio Extension, which enables developers to optimize/compress images in Visual Studio IDE.

Use case

This extension works well, but what if you want to automate similar things, when user uploads image this should be trigger compression, or create azure function which runs this code to compress image uploaded on blob.

This source code will help you achieve this.