Skip to content

Latest commit

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

image-process

A CLI utility to convert & compress images to uniform output.

Usage

usage: image-process [-h] [-i INPUT] [-c] [-d DIMENSIONS]
Compress and convert image files
options:
-h, --help show this help message and exit
-i INPUT, --input INPUT
path to input directory
-c, --compress Apply compression on input images
-d DIMENSIONS, --dimensions DIMENSIONS
Max dimensions for compressed images (format: width,heigth)
example:
image-process --input . --compress -dimensions 1024,768
image-process -c

Setup

# create a new virutual environment
$ python -m venv .venv
# activate the environment
$ source .venv/bin/activate
# install project dependencies
$ pip install .# install optional dependencies
$ pip install .[dev]

Development commands

# run the project.
$ make ru
# format and lint code.
$ make fmt lint
# compile to stand-alone binary and install.
$ make build install
# perform temporary files cleanup
$ invoke clean

About

A CLI utility to convert & compress images to uniform output

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages