YUV-PPM-image-editor

This project is written entirely in Java, as part of an object-oriented programming uni course. The project presentation can be reached from here.

Features

  • import/export plain PPM format images, YUV3 format images
  • rotate image clockwise
  • double/halve image size
  • grayscale image
  • equalize image using histogram balancing
  • photo stacking multiple images into one

Main class: ImageProcessing.java