Quote:
Originally Posted by fowlplay4
Script help for 'getimgpixel':
Clientside:
getimgpixel(str, int, int) - returns object
I could use that and some wild scripting but.. it'd be alot easier if that functionality was available in serverside TDrawingPanel.
|
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);