|
List Info
Thread: Using libpng to write a png file
|
|
| Using libpng to write a png file |

|
2006-05-23 17:03:21 |
|
Hi all,
I am trying to understand how to use libpng to write out a png file. Here is my script:
int dm_write_pngfile(char *filename, unsigned char
*byte_image, int nx, int ny, char
*error_string) { int
i; &nb | |