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

https://github.com/caiotaavares/painter

Simple image editor and raster graphics editor with Qt6 and c++
https://github.com/caiotaavares/painter

cpp image-processing qt5

Last synced: about 2 months ago
JSON representation

Simple image editor and raster graphics editor with Qt6 and c++

Awesome Lists containing this project

README

          

# painter
Simple image editor and raster graphics editor with Qt6 and c++

- [X] 1 - RGB - HSL
- [X] 2 - Manipulação básica de pixels
- [X] 2.1 - Carregar Imagem
- [X] 2.2 - Negativar Imagem
- [X] 2.3 - Desenhar Pixel
- [X] 2.4 - Desenhar Retas
- [X] 3 - Desenhar Retas usando Pixels
- [X] 3.1 - y = ax + b
- [X] 3.2 - Paramétrica
- [X] 4 - Bresenhan retas
- [X] 5 - Bresenhan Circunferência
- [X] 6 - Círculos usando Pixels - Usando Simetria
- [X] 6.1 - y = pow((R * R) - (x * x))
- [X] 6.2 - Paramétrica
- [ ] 7 - Projeção "Casinha"