Skip to content

Photo editor with a set of filters and drawing capabilities.

Notifications You must be signed in to change notification settings

davidmigloz/photo-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotoEditor

Projects for Computer Graphics at Warsaw University of Technology.

Screenshot

⬆️

Features

  • Histogram
  • Functional filters:
    • Inversion
    • Brightness
    • Contrast
    • Gamma
    • Curves
    • Grayscale
  • Matrix filters:
    • Blur
    • Gaussian blur
    • Sharpen
    • Edges
    • Emboss
    • Personalized
  • Dithering:
    • Random
    • Average
  • Color Quantization:
    • K-means
  • Drawing:
    • Lines (Symmetric Midpoint Line Algorithm)
    • Anti-aliasing lines (Gupta-Sproull's algorithm)
    • Circles (Midpoint Circle Algorithm)
    • Fill polygons (Scanline Algorithm) new
    • Fill regions (Boundary Fill algorithm: 4-way/8-way) new

⬆️

Notes

  • Supported input image formats:
    • BMP
    • GIF
    • JPEG
    • PNG
  • Color depth:
    • True color: 24-bit per pixel (8-bit per channel)

⬆️

Download

PhotoEditor.v4.jar

⬆️

About

Photo editor with a set of filters and drawing capabilities.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages