(目前,仅在Windows中有效) 从RGB像素数据文件创建简单的8位RGB采样深度值PNG文件。 用法示例; sampleImageDataFile: 0x10 0x15 0x25 0x10 0x15 0x25 0x10 0x15 0x25 0x15 0x45 0x50 0x15 0x45 0x50 0x15 0x45 0x50 0x20 0x30 0x40 0x20 0x30 0x40 0x20 0x30 0x40 在外壳中:pngCreater.exe sampleImageDataFile 3 3 myImage.png ----------- 编译: just compile using the makefile 用mingw-w64的mingw32-make编译时; 在makefile的开头添加以下内容: CC=gcc ----------- 用法: start pn