Skip to content

Image optimizer binary to use with VS Code Optimize Images extension or windows command prompt

Notifications You must be signed in to change notification settings

ymg2006/Image-Optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Optimizer

Image optimizer binary to use with Optimize Images or windows command prompt

Config for Optimize Images of vscode :
    "optimizeImages.app": "C:\\Path to\\IOptimizer\\IOptimizer.exe",
    "optimizeImages.appOptions": ["[filepath]" , "-b"],
    "optimizeImages.searchIgnoreFolders": [".git"],

Application arguments :
you can specify file or folder immidiately after the command like : IOptimizer.exe "src" -options
  -i, --input        Set input file or folder to compress, if input is folder you must specify with -f
  -f, --filter       Set filter to search in folder , example: -f *.png
  -r, --recursive    (Default: false) Search recursively all sub folders
  -l, --lossy        (Default: false) Convert lossy or not
  -b, --backup       (Default: false) Whether to backup original files or not
  --help             Display this help screen.
  --version          Display version information.
 

About

Image optimizer binary to use with VS Code Optimize Images extension or windows command prompt

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages