Quote:
Originally Posted by Crow
Well, in your example above, you would just replace this:
PHP Code:
temp.rgb = img.getPixelRGB(0, 0);
With this:
PHP Code:
temp.rgb = getimgpixel(temp.sourceimg, 0, 0);
|
Yes but that's only clientside, I'm asking for serverside functionality, anyway let's just get both on the serverside if possible.