|
|
|
|
|
| | |
| |
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Getting a pixel color |
|
From: |
Jimmy |
|
Date: |
3/22/2003 10:41:54 PM |
|
IP: |
66.140.15.190 |
I'm trying to figure out how to obtain the color of a particular pixel on an image stored on an ASP server. I've tried a few COMs on the server side and they don't seem to work for me. (GD COM, ASPImage) I've thought of making my own using the server's API and a custom-written component but would like an easier way.
This is what whould be nice:
pixelcolor = GetPixel(imagefile, cordX, cordY)
Any ideas? I know VB.NET has some things similar to this, but I don't know how to impliment it in server-side ASP JScript.
Thanks! |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|