- Install
- Main Information
- What it looks like?
2.1. Main Window
2.2. Edit Window
2.3. Custom Kernel Window - Application's Menu
- HotKeys and ToolTips
To install the PhotoLaboratory-Application-CPP-Qt, follow these steps:
- Clone or download repository.
git clone https://github.com/tonitaga/PhotoLaboratory-Application-CPP-Qt.git
- Ensure you have the g++ compiler installed on your system.
- Install dependencies
make install
- Run the program
make run
or download release archive .zip by url
https://github.com/tonitaga/PhotoLaboratory-Application-CPP-Qt/releases/tag/PhotoLaboratory
The application is developed in the C++ programming language and allows the user to apply various filters to his image.
The application supports images in the png bmp jpg jpeg format.
You can find 12 different filters in the application:
- Convolution filters: Emboss, Sharpen, BoxBlur, GaussianBlur, Laplacian, Prewitt, Custom
- Non Convolution filters: GrayScale, Negative, Toning
- Color-correction filters: Contrast, Brightness, HSV color model, HSL color model
The application has a menu with additional options.
The menu is divided into four parts:
- File menu (allows you to import and export images).
- Edit menu (with this menu you can also use some filters, added possibility to adjust window transparency).
- Image menu (allows you to choose one of three types of image display).
- Help menu (let you navigate between windows and learn more about the application).
Most of the buttons have hotkeys, short information about what this button does can be seen by putting the mouse cursor over it.
Almost all that is in the application have their own short information, you just need to move the mouse.