From d56420a7b7a4f5721e980985a8895e3b039ccb23 Mon Sep 17 00:00:00 2001 From: Wasim Sandhu Date: Mon, 7 Jul 2014 02:17:51 -0700 Subject: [PATCH] Added new Graphics and Multimedia project This is something that's been on my list for a while. I will work on a solution pronto. :+1: --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a607e079..cfe670b09 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,8 @@ Graphics and Multimedia **Turtle Graphics** - This is a common project where you create a floor of 20 x 20 squares. Using various commands you tell a turtle to draw a line on the floor. You have move forward, left or right, lift or drop pen etc. Do a search online for "Turtle Graphics" for more information. *Optional: Allow the program to read in the list of commands from a file.* +**GIF Creator** A program that puts together multiple images (PNGs, JPGs, TIFFs) to make a smooth GIF that can be exported. *Optional: Make the program convert small video files to GIFs as well.* + Security -------------