Home

Awesome

Caesium Image Compressor

Build

Try it directly on browser at caesium.app

v2.7.2

caesium_screenshot_20240413

Special Thanks

<a href="https://github.com/7eventech77"><img src="https://github.com/7eventech77.png" width="30px" alt="7eventech77" style="border-radius: 100%;" /></a> <a href="https://github.com/ClearRabbit"><img src="https://github.com/ClearRabbit.png" width="30px" alt="ClearRabbit" style="border-radius: 100%;" /></a>


What is it for

Caesium is an image compression software that helps you store, send and share digital pictures, supporting JPG, PNG and WebP formats.
You can quickly reduce the file size (and resolution, if you want) by preserving the overall quality of the image.

Supported Platforms

Note: only 64bit versions are supported

Installation

Head to the releases' page for the available downloads.

Note that the main branch can contain unstable code. If you want to build on a stable version, use a tagged version.

Troubleshooting and/or feature request

Please open an issue.

Build from source

Requirements

Build

Step 0 (macOS Only)

You need to set up Sparkle in order to compile the project

brew install --cask https://raw.githubusercontent.com/Homebrew/homebrew-cask/c6dfe6baf1639998ba1707f68668cf8fa97bac9d/Casks/sparkle.rb
sudo cp -R /usr/local/Caskroom/sparkle/1.27.1/Sparkle.framework /Library/Frameworks/Sparkle.framework
Step 1

You need to configure CMake first and the command is slightly different for all the platforms: Change the path in variables with the correct directories of the requirements.

Windows
cmake -B build_dir -DCMAKE_PREFIX_PATH=/path/to/Qt/version -G "MinGW Makefiles"
MacOS
cmake -B build_dir -DCMAKE_PREFIX_PATH=/path/to/Qt/version/macos -DLIBSSH_INCLUDE_DIR=/libssh/dir/include -DSPARKLE_INCLUDE_DIR=/usr/local/Caskroom/sparkle/1.27.1/Sparkle.framework/Versions/Current/Headers
Linux

Make sure you have all the requirements installed with you own package manager

cmake -B build_dir -DCMAKE_PREFIX_PATH=/path/to/Qt/version/gcc_64
Step 2

Then you can build with

cmake --build build_dir --config Release --target caesium_image_compressor

Languages and translations

The 1.0 version of Caesium had a lot of community made translations, but this 2.0 release has a whole new set of strings and no old translations can be used anymore.
Caesium 2.0 is currently available in:

LanguageProgress
<img src="https://flagcdn.com/48x36/eg.png" width="24" height="18" alt="EG"> ar_EG79%
<img src="https://flagcdn.com/48x36/de.png" width="24" height="18" alt="DE"> de_DE74%
<img src="https://flagcdn.com/48x36/gr.png" width="24" height="18" alt="GR"> el_GR71%
<img src="https://flagcdn.com/48x36/us.png" width="24" height="18" alt="US"> en_US100%
<img src="https://flagcdn.com/48x36/es.png" width="24" height="18" alt="ES"> es_ES69%
<img src="https://flagcdn.com/48x36/ir.png" width="24" height="18" alt="IR"> fa_IR98%
<img src="https://flagcdn.com/48x36/fi.png" width="24" height="18" alt="FI"> fi_FI74%
<img src="https://flagcdn.com/48x36/fr.png" width="24" height="18" alt="FR"> fr_FR69%
<img src="https://flagcdn.com/48x36/in.png" width="24" height="18" alt="IN"> hi_IN74%
<img src="https://flagcdn.com/48x36/id.png" width="24" height="18" alt="ID"> id_ID70%
<img src="https://flagcdn.com/48x36/it.png" width="24" height="18" alt="IT"> it_IT100%
<img src="https://flagcdn.com/48x36/jp.png" width="24" height="18" alt="JP"> ja_JP93%
<img src="https://flagcdn.com/48x36/pl.png" width="24" height="18" alt="PL"> pl_PL70%
<img src="https://flagcdn.com/48x36/br.png" width="24" height="18" alt="BR"> pt_BR98%
<img src="https://flagcdn.com/48x36/ru.png" width="24" height="18" alt="RU"> ru_RU100%
<img src="https://flagcdn.com/48x36/sk.png" width="24" height="18" alt="SK"> sk_SK69%
<img src="https://flagcdn.com/48x36/tr.png" width="24" height="18" alt="TR"> tr_TR100%
<img src="https://flagcdn.com/48x36/cn.png" width="24" height="18" alt="CN"> zh_CN99%
<img src="https://flagcdn.com/48x36/tw.png" width="24" height="18" alt="TW"> zh_TW74%

How to contribute with your translation

You can help translate by opening the resources/i18n/caesium_en_US.ts with QtLinguist or any XML editor. Rename it to your language (e.g. caesium_it_IT.ts) and translate all the sentences. Then you can start a pull request with your translated file.
See this pull request as an example. Thanks to all the people who contributed.