nataliasebastian / PhotoEditor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhotoEditor

This program is a editor of .PPM (Portable PixMap) and .PGM (Portable GreyMap) format photos.

It implements the following tools:

  • Convert a PPM image to a grayscale image, editing each pixel’s RGB value.
  • Negative a PGM image by inverting the gray tones of the original image.
  • Rotate an image clockwise by the degrees specified as a parameter.
  • Make transitions between 2 images.

How to use

When executing the program the following instructions should appear:

68747470733a2f2f7777772e6c696e6b706963747572652e636f6d2f712f53637265656e73686f742d323032312d31322d30312d61742d32302e33392e33352e706e67

The user can choose any operation from the above. The generated images will be saved in the folder GeneratedImages.

CAREFUL! Each time you execute the program it will empty the GeneratedImages folder.

Results

68747470733a2f2f7777772e6c696e6b706963747572652e636f6d2f712f726573756c74732e676966

About


Languages

Language:Java 100.0%