Releases: Hattaakim/Compress-Photo
Releases · Hattaakim/Compress-Photo
Release list
v1.0.0 - Initial Release!
Initial release of the Compress Photo app! You can now easily install this application on Windows and Ubuntu/Debian-based operating systems.
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):
- Download the
compress-photo.debfile from the Assets section at the bottom of this page. - Once the download is complete, open your File Manager and navigate to the folder where you saved the file.
- Double-click the file. The
App Center(orSoftware Install) window will open automatically. - Click the Install button and enter your system password if prompted.
- Wait a few moments for the installation to finish.
- 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):
- Download the
Compress Photo Installer.exefile from the Assets section at the bottom of this page. - Run the installer file. If a Windows UAC (User Account Control) prompt appears, click Yes to grant administrator permission.
- Click Next on the initial installation screen.
- Ensure the
Start Menu Shortcutoption is checked in theSelect components to installsection so the application is easily accessible. Then click Next - Specify the installation directory (default location
C:\Program Files\Compress Photo), then click Install - Wait for the installation process to complete.
- You're all set! Open the Windows Start Menu and search for
Compress Phototo 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.debfile 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
Yand 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)