Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bitmap object get pixel client side

Status
Not open for further replies.

CassidyHunt

IS-IT--Management
Joined
Jan 7, 2004
Messages
688
Location
US
Is it possible to get the rgb value of a pixel on an image on a webpage?

I know in VB you can use the bitmap object with the get pixel method to return that information from a picture box.

Thanks

Cassidy
 

Not with standard JavaScript or DOM methods, no.

It might be possible with some sort of ActiveX control (IE-only) or Java applet, etc, however.

Hope this helps,
Dan


[tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]
[banghead]

 
A quick google search gave me this. Maybe it'll help.

Adam
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top