Skip to content

Incred/imgsoptimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImgsOptimizer 

Set of scripts to optimize size of images (jpeg, png) in directory. It search all png and jpeg files in directory (must be define in init script). If found file is not marked yet (has no attribute optimized), then script trying to optimize it and mark it with attribute. Also if any new files appear in the directory (listen via inotifywait) it try to optimize it.

Requirements:
  • jpegoptim;
  • optipng;
  • advpng (advancecomp);
  • pngcrush;
  • inotify-tools,
  • support of extended file system attributes (mount with user_xattr option).

About

Optimize any jpeg and png files in directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages