Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.16 KB

Image Optimizer for Visual Studio

Build status

Optimizes any image files losslessly.

Download this extension from the VS Gallery or get the nightly build.

Features

Adds a right-click menu to any folder and image in Solution Explorer that let's you automatically optimize all PNG, GIF and JPEG files in that folder. The optimization doesn't effect the quality of the images, but optimizes them using industry proven algorithms for removing EXIF and other metadata.

  • Optimizes PNGs
  • Optimizes GIFs
  • Optimizes animated GIFs
  • Optimizes JPGs
  • Works on single images files or entire folders

Context menu

Simply right-click any file or folder containing images and click the Optimize Image button.

Context menu

Output window

The Output Window shows the detailed output from the optimization process.

Output window