Git Product home page Git Product logo

xkm123 / caesium-image-compressor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lymphatus/caesium-image-compressor

0.0 0.0 0.0 1.53 MB

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.

Home Page: http://saerasoft.com/caesium

License: GNU General Public License v3.0

Shell 0.38% C++ 80.41% C 12.09% Objective-C++ 0.69% CMake 4.93% Inno Setup 1.49%

caesium-image-compressor's Introduction

Caesium Image Compressor

v2.3.0

caesium_screenshot_20220915


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

  • Windows: 8.1+ (use old version v1.x for Windows 7)
  • MacOS: 10.15+
  • Linux: tested on Ubuntu 22.04 and Manjaro

Note: only 64bit versions are supported

Installation

Head to the releases' page for the available downloads.

  • Windows: installer and portable versions are available
  • MacOS: DMG package
  • Linux: compile the source code yourself, or download binary from third-party build

Troubleshooting and/or feature request

Please open an issue.

Build from source

Requirements
  • Rust: required to compile libcaesium. Make sure you have cargo executable on you $PATH
  • Qt6 SDK: binaries are built on 6.2.4 (open source)
  • libssh: macOS only

Build

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 -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles"
MacOS
cmake -B build_dir -DCMAKE_PREFIX_PATH=/path/to/Qt/version/macos -DLIBSSH_INCLUDE_DIR=/libssh/dir/include -DCMAKE_BUILD_TYPE=Release
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 -DCMAKE_BUILD_TYPE=Release
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:

  • ๐Ÿ‡บ๐Ÿ‡ธ English 100%
  • ๐Ÿ‡ฎ๐Ÿ‡น Italian 100%
  • ๐Ÿ‡ซ๐Ÿ‡ท French 95%
  • ๐Ÿ‡ฏ๐Ÿ‡ต Japanese 96%
  • ๐Ÿ‡จ๐Ÿ‡ณ Simplified Chinese 95%
  • ๐Ÿ‡ช๐Ÿ‡ธ Spanish 89%
  • ๐Ÿ‡ช๐Ÿ‡ฌ Arabic (Egypt) 95%
  • ๐Ÿ‡ฉ๐Ÿ‡ช German 95%
  • ๐Ÿ‡ท๐Ÿ‡บ Russian 100%
  • ๐Ÿ‡น๐Ÿ‡ท Turkish 97%

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.

caesium-image-compressor's People

Contributors

bainky avatar garywill avatar kmomberg avatar lymphatus avatar mesubasi avatar nickyc975 avatar prayagverma avatar rukoto avatar theoware avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.