Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 551 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 551 Bytes

Graphic editor with features such as:

  • Simple painting and editing (line, ellipse, rectangle)
  • PPMp3, PPMp6, JPG import/export
  • CMYK to RGB and RGB to CMYK color conversion
  • RGB cube, HSV cone painting
  • Point transformations of image (addition, multiplication)
  • To gray conversion (simple and YUV)
  • Histogram painting, stretching and equalize
  • Thresholding (binarization): manual, percent black selection, mean iterative selection, entropy selection, minimum error
  • Bezier Curve painting and editing

Running (Maven): mvn install exec:java