Skip to content

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

Notifications You must be signed in to change notification settings

caiotaavares/painter

Repository files navigation

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++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published