You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert a color image to a greyscale image (now with a fancy GUI!)
4
+
5
+

6
+
7
+
8
+
This program was designed as a quick test of the Processing programming language (http://processing.org), and will require Processing to run.
9
+
10
+
You'll need to import the ControlP5 library and install it in your Processing libraries directory: http://www.sojamo.de/libraries/controlP5/.
11
+
12
+
This is an updated version of my first Greyscale Processing program: https://github.com/AndrewSink/Greyscale_Conversion_Program
13
+
14
+
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.
15
+
16
+
**KNOWN BUGS:
17
+
1. Files longer the GUI will load partially off-screen, but 'SAVE' will still capture the full image.**
0 commit comments