Possible Duplicate:
Transform array to png in php
Pixels.JSON
{
"274:130":"000",
"274:129":"000",
"274:128":"000",
"274:127":"000",
"274:126":"000",
"274:125":"000",
}
What is the best way to go from a JSON file with X, Y coordinates and hex codes to an generating an image based on the data?
What is missing here is
heightandwidthbut if you can get then you can use imagesetpixel to generate images from pixelExample
Sample Output
Function Used