#include #include "pict.h" char* modeNames[5] = { "GRAY ","CMAP ","RGB16","RGB24","RGBA " }; int main(int argc, char** argv) { FILE* f; PICT* p; int t,i,j; char *name; uint8_t* buffer; buffer = (uint8_t*)malloc(2048); for (t=0; t<100; t++) { for (j=1; j