Compressio is a Python program used to compress images in bulk
Project description
Compressio
Compressio is a python application that allows to edit images in bulk. Originally, it's purpose was to compress a directory of pictures, but now it has the following functionality:
- Compressio can compress (wow) multiple images depending on a chosen quality.
- Compressio can resize all the images to a given width and height.
- Compressio can change a format of all the pictures to a given one.
Installation
Using Poetry (Linux, macOS, Windows (WSL))
# Installing Poetry
curl -sSL https://install.python-poetry.org | python3 -
# Cloning the repo
git clone https://github.com/knikolaeff/img-compressio.git
cd img-compressio
# Installing dependencies
poetry install
# Running the script
python3 compressio.py
Using Poetry (Windows (Powershell))
# Installing Poetry
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
# Cloning the repo
git clone https://github.com/knikolaeff/img-compressio.git
cd img-compressio
# Installing dependencies
poetry install
# Running the script
python compressio.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
img_compressio-0.1.1.tar.gz
(8.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file img_compressio-0.1.1.tar.gz.
File metadata
- Download URL: img_compressio-0.1.1.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.11.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ce75bf8c8162000548a12e7482488a7dce56e57b2d643926d3cccd7dd2ad3b4
|
|
| MD5 |
e537acef6fb13a69b3c4dc6d0887b3ba
|
|
| BLAKE2b-256 |
19b06152732887eea291d87d91dbf31628e138ac86a189503ffae47f413bb472
|
File details
Details for the file img_compressio-0.1.1-py3-none-any.whl.
File metadata
- Download URL: img_compressio-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.11.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ecba5d1fe9f4b528138fa79625e0cf9bb9364bbb43c4d01a6d8016c790d39ef
|
|
| MD5 |
297c373d1a01e663b6afe279d59612f5
|
|
| BLAKE2b-256 |
bb5b86f63f1b1f41fcb2caab424351c33348da7d95c32727c4ad9ddbff8ca833
|