Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 922 Bytes

File metadata and controls

17 lines (9 loc) · 922 Bytes

Greyscale_Processing_Program_GUI

Convert a color image to a greyscale image (now with a fancy GUI!)

Greyscale Program GUI

This program was designed as a quick test of the Processing programming language (http://processing.org), and will require Processing to run.

You'll need to import the ControlP5 library and install it in your Processing libraries directory: http://www.sojamo.de/libraries/controlP5/.

This is an updated version of my first Greyscale Processing program: https://github.com/AndrewSink/Greyscale_Conversion_Program

The intent of this program is to get more familiar with the Processing PDE and eventually create a more robust image processor for use with drawing plotters.

KNOWN BUGS:

  1. Files longer the GUI will load partially off-screen, but 'SAVE' will still capture the full image.