caiotaavares / painter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

painter

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

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

About

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


Languages

Language:C++ 92.3%Language:CMake 7.7%