https://github.com/tripolskypetr/qt-magic-wand-tool
Qt-based Magic Wand Tool (Image Editing Program)
https://github.com/tripolskypetr/qt-magic-wand-tool
Last synced: 7 months ago
JSON representation
Qt-based Magic Wand Tool (Image Editing Program)
- Host: GitHub
- URL: https://github.com/tripolskypetr/qt-magic-wand-tool
- Owner: tripolskypetr
- License: mit
- Created: 2019-12-27T14:55:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T21:13:23.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T10:30:47.390Z (8 months ago)
- Language: C++
- Size: 313 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qt-based Magic Wand Tool (Image Editing Program)
> Open source implementation of one of the most popular image editing tools from Adobe Photoshop raster graphics editor

Based on a recursive function that runs through adjacent dots of similar color. Processed points are excluded. The code responsible for rendering the user interface is moved to a separate class. If you want to repeat the solution, look at the implementation of the `Worker` class