View Single Post
  #6  
Old 07-20-2009, 03:09 AM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by fowlplay4 View Post
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(00); 
With this:
PHP Code:
temp.rgb getimgpixel(temp.sourceimg00); 
Reply With Quote