Skip to content

trst/ImCompressor

 
 

Repository files navigation

ImCompressor

Simple & useful image compressor.

ImCompressor is an useful image compressor, supporting PNG and JPEG file types. It support both lossless and lossy compression modes with an option to whether keep or not metadata of images. It is inspired by Trimage and Image-Optimizer.

By the same developer as ImEditor.

Supported formats

PNG, JPEG

Screenshot

ImCompressor

Installation instructions

Universal package for Linux (recommended)

ImCompressor is available as a flatpak package.

Download on Flathub

You can also install it by using the following command-line:

flatpak install flathub com.github.huluti.ImCompressor

Distro packages

Packaging status

Build from source (nightly)

Build and install by running:

git clone https://github.com/Huluti/ImCompressor.git
cd ImCompressor
meson _build
cd _build
ninja
sudo ninja install

The app can then be removed with:

sudo ninja uninstall

Tech

ImCompressor uses a number of open source projects to work properly:

Donations

Do you like the app? Would you like to support its development? Feel free to donate.

Donate

License

GNU GENERAL PUBLIC LICENSE (v3)

Free Software, Hell Yeah!

About

Simple & useful image compressor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.4%
  • Meson 10.6%