int main() { FILE *out; char outfile[] = "image.png"; gdImagePtr img; unsigned int color[11]; unsigned short int wide, high, x; wide = 800; high = 600;