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§
- The CLI arguments parser.
- The constants that are used in the library and that can be used in a binary crate.
- The main business logic (public) and helper functions (private).