Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 417 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 417 Bytes

ppm-editor

A PPM editor written for the final project in Introduction to Computer Science. The program (Veloso_Joao_prg8) is able to take in any PPM image and allows the user to perform any of the following operations to the image:

  • [1] convert to grayscale
  • [2] flip horizontally
  • [3] negative of red
  • [4] negative of green
  • [5] negative of blue
  • [6] just the reds
  • [7] just the greens
  • [8] just the blues