Due: Friday 9/12 10:00am
Make a PPM
In your TableBuddy+ Group:
- Design an image.
- It should be at least 50 x 50 (pixels)
- Crete a PPM file of that image.
- You can use text editor and related tools, but no programming!
- Upload the image to the gallery.
- Select “artisanal” as the gallery name.
- Enter your Team Name Portending Greatness as the image title.
- Enter all team members in the code section (do not include any code).
- If you filled out the info form then you should be able to upload.
- Convert the ppm to a
png
before uploading.$ convert FILE.ppm FILE.png
will convert the file using ImageMagick.
PPM Format
For reference, here is a small sample ppm file:
P3
4 3
255
255 0 0 255 0 0 255 0 0 255 0 0
0 255 0 0 255 0 0 255 0 0 255 0
0 0 255 0 0 255 0 0 255 0 0 255