Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katarinamolotova/photo-laboratory
https://github.com/katarinamolotova/photo-laboratory
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/katarinamolotova/photo-laboratory
- Owner: katarinamolotova
- Created: 2023-02-09T13:32:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T15:35:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T17:30:01.836Z (17 days ago)
- Language: C++
- Size: 5.42 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# photo_laboratory
Teaching team project. Implemented in a team of three people.
Team: [Mikhail Kukhtachev](https://github.com/Kuhtaaa) [Almaz Azizov](https://github.com/s21violette)In this project it was necessary to develop your own mini photoshop with the following features:
- Loading and saving photos in .bmp format
- Correction of brightness, saturation and contrast
- Convolution filters (bas-relief, sharpen, blur, Laplacian and Sobel filters)
- Custom convolution filter with manual filter kernel input
- Toning in more than 16 colors
- Discoloration and negativeThe project uses a matrix template library also written by us.
## Patterns was used:
- MVC
## Stack:
- C++
- STL
- QT6/Creator