# qt-magic-wand-tool **Repository Path**: tripolskypetr/qt-magic-wand-tool ## Basic Information - **Project Name**: qt-magic-wand-tool - **Description**: Qt-based Magic Wand Tool (Image Editing Program) - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/tripolskypetr/qt-magic-wand-tool - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-12 - **Last Updated**: 2023-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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