Skip to main content

Group Image Compressor (GIC)

Project description

GIC

An image compressor that compresses all images in the working directory.

Github
PyPI

To execute:

In Linux|Unix|macOS:

Run gic in a shell.

In Windows:

Method 1:

In a cmd window, change working directory to your desired folder and run gic.

Method 2:

Copy the file gic.exe from pythoninstallation\Scripts\ to your desired folder and double-click it.

To use in your python code:

A code that the user sets the compression level.

import gic.main
#change the working directory to whatever you want
gic.main.run()

To be quiet:

A code that you set the compression level.

import gic.main
#change the working directory to whatever you want
#set gic.main.image_quality to 1|2|3|4
gic.main.compress()

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

gic-2.0.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

gic-2.0.0-py3-none-any.whl (15.6 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