Skip to content

Releases: Hattaakim/Compress-Photo

v1.0.0 - Initial Release!

Choose a tag to compare

@Hattaakim Hattaakim released this 11 Sep 10:23
f9b6258

Initial release of the Compress Photo app! You can now easily install this application on Windows and Ubuntu/Debian-based operating systems.

Download Ubuntu/Debian Download Debian Download Windows

System Requirements

Note: This application is built using the Qt6 (PySide6) framework, so it requires the following minimum OS specification:

  • Windows: Windows 10 (version 1809 or later) or Windows 11 (64-bit). Windows 7, 8, and 8.1 are not supported.
  • Linux (Ubuntu/Debian): Ubuntu 22.04 LTS (Jammy Jellyfish) or later, and Debian 12 (Bookworm) or later.

Installation Instructions (Ubuntu/Debian):

  1. Download the compress-photo.deb file from the Assets section at the bottom of this page.
  2. Once the download is complete, open your File Manager and navigate to the folder where you saved the file.
  3. Double-click the file. The App Center (or Software Install) window will open automatically.
  4. Click the Install button and enter your system password if prompted.
  5. Wait a few moments for the installation to finish.
  6. You're all set! You can immediately search for and launch the application via the "Show Apps" menu (or your desktop's application menu).

Installation Instructions (Windows):

  1. Download the Compress Photo Installer.exe file from the Assets section at the bottom of this page.
  2. Run the installer file. If a Windows UAC (User Account Control) prompt appears, click Yes to grant administrator permission.
  3. Click Next on the initial installation screen.
  4. Ensure the Start Menu Shortcut option is checked in the Select components to install section so the application is easily accessible. Then click Next
  5. Specify the installation directory (default location C:\Program Files\Compress Photo), then click Install
  6. Wait for the installation process to complete.
  7. You're all set! Open the Windows Start Menu and search for Compress Photo to launch the application.

Alternative Installation via Terminal (Ubuntu/Debian)

If you prefer using the command line (CLI), you can install the application via the Terminal by following these steps:

  • Download the compress-photo.deb file from the Assets section.
  • Open the Terminal and navigate to the folder where you downloaded the file. For example, if it is in the Downloads folder, run:

cd ~/Downloads

  • Execute the following installation command (ensure you include the ./ prefix before the filename):

sudo apt install ./compress-photo.deb

  • Enter your system password when prompted. If asked to confirm the installation of additional dependencies, type Y and press Enter.
  • Once the process is complete, the Compress Photo app is ready to use.

Bug Report

If you encounter a bug, please open an issue in the Issues section and include:

  • A brief description of the bug
  • Steps to reproduce it
  • Screenshots/error logs (if available)