Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1674 | tullio | 1 | -------------------------------------- |
2 | PNGlib Demo (only open a png files) |
||
3 | |||
4 | by |
||
5 | |||
6 | Giacomo Guidi <giacomo@gandalf.sssup.it> |
||
7 | |||
8 | Last update 20/03/2003 |
||
9 | -------------------------------------- |
||
10 | |||
11 | This is a simple test demo for the png lib. |
||
12 | The "test.png" file is loaded and saved |
||
13 | into a buffer |
||
14 | |||
15 | -------------------------------------- |
||
16 | |||
17 | The demo is composed by: |
||
18 | |||
19 | MAKEFILE The makefile used to compile the application |
||
20 | README.TXT This file |
||
21 | INITFILE.C The init file (with fs initialization) |
||
22 | PNGDEMO.C The PNG Demo |
||
23 | TEST.PNG The test png image |
||
24 | |||
25 | -------------------------------------- |
||
26 | |||
27 | - The file system is initialized as read only |