Skip to main content

compress image without losing quality

Project description

Image compression using Python

Image compression is done to reduce the cost of storage and transmission Steps

  1. Open the file and read it
  2. Get the pixel values in RGB format
  3. Convert the tuples into one list
  4. Round the pixel values to nearest 10
  5. Regroup the pixel values into tuple of 3
  6. Create a new image from the tuple list where each pixel value in tuple indicate R,G,B value E.g. (42,34,67) indicates R=42,G=34,B=67
  7. Save the compressed image

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

image-compression-0.4.tar.gz (1.9 kB view hashes)

Uploaded Source

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