Skip to content

Commit a8845bd

Browse files
authored
Update README.md
1 parent 7978be5 commit a8845bd

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

Diff for: README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# Greyscale_Processing_Program_GUI
1+
# Greyscale_Processing_Program_GUI
2+
3+
Convert a color image to a greyscale image (now with a fancy GUI!)
4+
5+
![Greyscale Program GUI](https://user-images.githubusercontent.com/46334898/89680367-d067b780-d8c0-11ea-91b4-915762bd3ac1.png)
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

Comments
 (0)