PGM Demo
The PGM Header
P2 # feep.pgm 24 7 15
The PGM Data
Use numbers between 0 and 15
PGM is a basic simple image format. The header for this pgm is set, but displayed. The data is editable. I think the program is somewhat safe. The image data is from the above web page.
Note: this is an older demo, I should rework it given a better knowledge of html/javascript