Simple & useful image compressor.
Go to file
2020-04-02 18:22:39 +02:00
.github/workflows Update pythonapp.yml 2019-12-08 12:16:06 +01:00
build-aux/meson Initial commit 2019-10-03 18:33:49 +02:00
data Bump version to 0.8.1 2020-04-02 18:22:39 +02:00
po Merge pull request #29 from manekenpix/translation/spanish 2019-10-27 16:02:47 +01:00
src Bump version to 0.8.1 2020-04-02 18:22:39 +02:00
.gitignore Add french translation 2019-10-08 16:15:16 +02:00
CHANGELOG.md Bump version to 0.8.1 2020-04-02 18:22:39 +02:00
com.github.huluti.ImCompressor.json flatpak: update to 3.36 sdk 2020-04-01 19:29:12 +02:00
COPYING Initial commit 2019-10-03 18:33:49 +02:00
meson.build Bump version to 0.8.1 2020-04-02 18:22:39 +02:00
README.md Update README.md 2020-03-20 17:18:23 +01:00

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

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!