ZImageOptimizer Versions Save

Simple image optimizer for JPEG, PNG and GIF images on Linux, MacOS and FreeBSD.

0.10.6

8 months ago

Bugfix: check file exists before optimizing

0.10.5

3 years ago

Added support for automatic install dependencies on MacOS 11+

0.10.4

3 years ago

Fixed permissions and modify time for successfully optimized images. This was broken in a previous release.

0.10.3

3 years ago

Preserve permissions and modify time during backup/restore

0.10.2

3 years ago

Added BACKUP var in main loop for extensions and small refactoring.

0.10.1

3 years ago

Fixed using -c (--check-only) and -q (--quiet) options together. Now you can use them together for check and install dependencies without any questions.

0.10.0

3 years ago
  • added new option --unlock for unlock dir in lock file;
  • added new hooks for extensions;
  • added information about extensions;
  • added wiki pages about extensions development and hooks;
  • bugfixes.

0.9.9

5 years ago

Added check for using time marker in function fixTimeMarker() to avoid warnings after optimize.

0.9.8

5 years ago
  • Changed logic of time marker. Now the marker is created before optimization, modified time of images is made same as that of the marker. All images created during optimization will be considered new and will be optimized at the next launch;
  • Fixed bug of find images when using -n (--new-only) option without -m (--time-marker).

0.9.7

5 years ago
  • improved extensions support;
  • added new option -ext (--extensions=) for enabled specified extensions, extensions not used by default now;
  • added new hooks for extensions;
  • added docker image info provided by Varun Batra;
  • refactoring.