Super trivial app to optimize your web project by converting all PNG, JPG and JPEG images to Next-Gen WebP format
Just drag and drop your files or folders and that's it!
Without Comepress | With Comepress |
---|---|
The images generated by Comepress are currently lossy but the quality is indistinguishable, so you can use this in production without any worries.
- Download the Linux version from here: https://github.com/NayamAmarshe/comepress/releases/latest
- Extract the 7z file.
- Double click and run the
comepress
executable file.
Coming Soon
Coming Soon
Please help me generate builds for MacOS and Windows.
- Install dependencies:
pip3 install pyqt5 pyinstaller
- To run comepress as is, run:
python3 comepress.py
- To build comepress:
pyinstaller comepress.py --add-data "./res/*:res" --onefile --icon='res/inbox_tray_3d.ico' --windowed
An executable file will be created in dist
folder.
- @TGS963 for helping me with the project.
- Microsoft for their open source Fluent 3D Emoji Icons.
- Python and Qt5