... | ... |
@@ -1,5 +1,5 @@ |
1 |
-# Negative |
|
1 |
+# PixelPoke |
|
2 | 2 |
|
3 |
-This is a simple program that, when run, will take in an image file as an argument and create an inverted version of that image. |
|
3 |
+This is a simple program that, when run, will take in an image file as an argument and create a negative version of that image. |
|
4 | 4 |
|
5 | 5 |
Usage (in the directory with the `.class` file): `$ java PixelPoke [input.jpg] [output.jpg]` |