Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.92 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.92 KB

Caesium - Image Compressor (Cs-133)

v2.0.0-alpha3 - Copyright © Matteo Paonessa, 2020. All Rights Reserved.
⚠️ WARNING This is a very early stage version! Don't use on important files without a backup and expect some major changes. ⚠️

caesium_screenshot


Caesium is an image compression software aimed at helping photographers, bloggers, webmasters, businesses or casual users at storing, sending and sharing digital pictures.


REQUIREMENTS

TESTED PLATFORMS
  • Windows 10 64bit
  • MacOS X Catalina (v10.15)

INSTALLATION

You can find binaries for Windows and OS X in the releases page

For linux you must compile the source by yourself.


BUILD FROM SOURCE
  1. You need the Qt5 SDK installed on your platform.
  2. Compile libcaesium. Please refer to its own documentation for detailed instructions for your platform.
  3. Clone the repository using git clone https://github.com/Lymphatus/caesium-image-compressor.git. If it doesn't work somehow, you can download the latest snapshot here.
  4. Open caesium-image-compressor.pro on Qt Creator and compile it.

RESOURCES