Skip to content

Releases: TrueJu/Image_optimizer_for_websites

Feature upgrade

16 Dec 06:40
36bd70f
Compare
Choose a tag to compare

Added the following new flags:

-toLC -> Renames all image files of filetype (PNG, JPEG/JPG, WEBP) to lowercase format.
quality<?> -> Set the quality percentage for image compression (default is 80). Has to be between 1 and 100 (best).
silent -> Hide all logs and information

The help flag can now be called with just -h (-help is still supported)

First functional release

15 Dec 19:09
f5c1aa7
Compare
Choose a tag to compare
  • Support for file conversion from PNG/JPEG/JPG -> WEBP
  • Image optimization (reduce file size)
  • Automatically converts JPG -> JPEG (new naming format)