An open API service indexing awesome lists of open source software.

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)

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

![demonstration](docs/demo.gif)

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