Simple CLI to optimize images for the web.
Project description
Cruncher
Cruncher is a simple but powerful command line tool that optimizes images for the web.
Installing
Install and update Cruncher using pip.
$ pip install cruncher
It is highly recommenced that you run Cruncher with virualenv. This can abstract away the peculiarities of running Cruncher across multiple operating systems.
Cruncher is built for Python 3. It is tested the last three minor versions of Python (currently 3.8 to 3.10).
Basic Usage
Cruncher is run from the terminal. Simply specify the image or directory of images you wish to compress, and your preferred settings.
Example:
$ cruncher -i "C:\path_to_image\the_image.jpg" -q 75 -s 300 500 -o "C:\path_to_output_dir"
In this example the following options are used.
-i
Is the path to the image you wish to compress.
-q
Is the output image quality.
-s
Is the output images dimensions (width, height).
-o
Is the output directory.
Please read the documentation for more details about these options and the others that exist.
Documentation
Contributors
Copyright © 2019-2022 Daniel Morell
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cruncher-0.5.0.tar.gz
.
File metadata
- Download URL: cruncher-0.5.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c96ec911da21c4a9473c822b3586ecbd62f6ffad13c65da168eb6be14f485e20 |
|
MD5 | 923f0eaadc1d2e1c3c1acfe4e88d6a81 |
|
BLAKE2b-256 | 2ed9bfeda1095eae5ec39a372e79ad6b12116ccf69e3d90be45cae1dd5b4665b |
File details
Details for the file cruncher-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: cruncher-0.5.0-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eff5ca570e423d0696efc8b3aff2add29ce0b9d211d66d9b29f7965dc5d05e63 |
|
MD5 | 208ea7eaa4662d0872011f592a020f59 |
|
BLAKE2b-256 | d75c7aa228402a7fc2ed17492ae9222539521330502f5147f559c38f42f53f3a |