Pixxia – Compress your Images in Optimal Quality for FREE

Introduction:

The above script uses lossy compression methods to reduce the document size of your JPG/PNG files. This is achieved by rounding up the (R,G,B) values from each pixel of it’s unit digit in your image, therefore lesser number of …


This content originally appeared on DEV Community and was authored by Dhruv Panchal

Introduction:

The above script uses lossy compression methods to reduce the document size of your JPG/PNG files. This is achieved by rounding up the (R,G,B) values from each pixel of it's unit digit in your image, therefore lesser number of bytes are required to store the information. Sometimes, there are major changes in the bytes stored well as sometimes there are minor changes so it depends entirely on the pixels of the image.

GitHub logo dhhruv / Pixxia

? Pixxia uses lossy compression methods to reduce the document size of your JPG/PNG files

Image Comparison:

Image 1:

Image 2:

For Images >= 6 MB you may see a great compression ratio as compared to the images which are smaller than that.

Download Pixxia.exe for Windows

Setup (Windows):

  1. Install Python
  2. Clone this repository
git clone https://github.com/dhhruv/Pixxia.git
  1. Install, create and activate virtual environment. For instance we create a virtual environment named 'venv'.
pip install virtualenv
python -m virtualenv venv
venv\Scripts\activate.bat
  1. Install dependencies
pip install -r requirements.txt

Download Pixxia.exe for Windows

How To Use !

  1. Click SELECT INPUT FOLDER Button to select the INPUT FOLDER which contains all the Images to be Compressed/Optimized.
  2. Click SELECT OUTPUT FOLDER Button to select the OUTPUT FOLDER which will contain all the the Compressed/Optimized Images.
  3. Hit the COMPRESS Button and the INPUT FOLDER containing Supported Image Formats will be Compressed and saved in the OUTPUT FOLDER.
  4. Click CLEAR Button to reset the input fields and status bar. (If needed)

NOTE: Recommended to keep INPUT and OUTPUT Folder different for your ease to differentiate between Optimized and Unoptimized Images.

Important Note:

  • This Script goes through each pixel of every supported image in the INPUT folder so it'll take more time than usual to process the Image.
  • This Script is just a Prototype so results may be unexpected.
  • The Authors will not be responsible for any kind of loss of data so it is essential to have a Backup of Original Data placed in the Input Folder. Read the LICENSE for more information.

So, stay tuned for further updates on GitHub:

GitHub logo dhhruv / Pixxia

? Pixxia uses lossy compression methods to reduce the document size of your JPG/PNG files

Download Pixxia.exe for Windows

Image Credits:


This content originally appeared on DEV Community and was authored by Dhruv Panchal


Print Share Comment Cite Upload Translate Updates
APA

Dhruv Panchal | Sciencx (2021-04-18T04:45:06+00:00) Pixxia – Compress your Images in Optimal Quality for FREE. Retrieved from https://www.scien.cx/2021/04/18/pixxia-compress-your-images-in-optimal-quality-for-free/

MLA
" » Pixxia – Compress your Images in Optimal Quality for FREE." Dhruv Panchal | Sciencx - Sunday April 18, 2021, https://www.scien.cx/2021/04/18/pixxia-compress-your-images-in-optimal-quality-for-free/
HARVARD
Dhruv Panchal | Sciencx Sunday April 18, 2021 » Pixxia – Compress your Images in Optimal Quality for FREE., viewed ,<https://www.scien.cx/2021/04/18/pixxia-compress-your-images-in-optimal-quality-for-free/>
VANCOUVER
Dhruv Panchal | Sciencx - » Pixxia – Compress your Images in Optimal Quality for FREE. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/04/18/pixxia-compress-your-images-in-optimal-quality-for-free/
CHICAGO
" » Pixxia – Compress your Images in Optimal Quality for FREE." Dhruv Panchal | Sciencx - Accessed . https://www.scien.cx/2021/04/18/pixxia-compress-your-images-in-optimal-quality-for-free/
IEEE
" » Pixxia – Compress your Images in Optimal Quality for FREE." Dhruv Panchal | Sciencx [Online]. Available: https://www.scien.cx/2021/04/18/pixxia-compress-your-images-in-optimal-quality-for-free/. [Accessed: ]
rf:citation
» Pixxia – Compress your Images in Optimal Quality for FREE | Dhruv Panchal | Sciencx | https://www.scien.cx/2021/04/18/pixxia-compress-your-images-in-optimal-quality-for-free/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.