Crate reduce_image_size

Source
Expand description

§Reduce Image Size

Reduces size of images in a folder (and optionally sub-folders, recursively).

The library crate.

Supported image formats:

  • JPEG
  • PNG

Modules§

cli
The CLI arguments parser.
constants
The constants that are used in the library and that can be used in a binary crate.
logic
The main business logic (public) and helper functions (private).