Skip to main content

No project description provided

Project description

ImageMangler

Image Mangler is a command-line tool to deteriorate an image iteratively using lossy algorithms.


Installation

You can install Image Mangler via pip:

pip install imagemangler

Usage

You can run Image Mangler by invoking the imagemangler command in the terminal, followed by the path of the image file you want to mangle:

imagemangler path/to/image.jpg

By default, Image Mangler will automatically mangle the image across all quality steps with a base quality of 70 and a quality step of 2. You can specify your own values for these parameters using the optional flags:

imagemangler path/to/image.jpg --quality 60 --quality-step 5 --no-auto-mangle

For a more details you can use --help:

imagemangler --help

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

imagemangler-0.1.6.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

imagemangler-0.1.6-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page