Caesium is an image compression software that helps you store, send and share digital pictures, supporting JPG, PNG, WebP and TIFF formats. You can quickly reduce the file size (and resolution, if you want) by preserving the overall quality of the image.
Try it directly on browser at caesium.app
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.
Note: only 64bit versions are supported
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.
Please open an issue.
cargo
executable on you $PATH
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
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.
cmake -B build_dir -DCMAKE_PREFIX_PATH=/path/to/Qt/version -G "MinGW Makefiles"
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
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
Then you can build with
cmake --build build_dir --config Release --target caesium_image_compressor
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:
Language | Progress |
---|---|
ar_EG | 77% |
de_DE | 72% |
el_GR | 69% |
en_US | 100% |
es_ES | 67% |
fa_IR | 98% |
fi_FI | 72% |
fr_FR | 68% |
hi_IN | 72% |
id_ID | 69% |
it_IT | 100% |
ja_JP | 97% |
pl_PL | 69% |
pt_BR | 95% |
ru_RU | 97% |
sk_SK | 68% |
tr_TR | 97% |
zh_CN | 100% |
zh_TW | 100% |
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.