[thelist] Advanced VBScript Question

Ken Kogler ken.kogler at curf.edu
Sat Feb 2 16:06:00 CST 2002


Is there a way to individually isolate one specific pixel within an
image and then determine it's color?

For example:

---------BEGIN PSUEDOCODE------------

  dim mypixel
  mypixel = hexColorValueOf(imagePixel(100,100))

----------END PSUEDOCODE-------------

Would result in mypixel = #ffffff if that pixel was white...

I've got a way to determine an image's width, height, and color depth,
but I'm not sure if I can individually isolate and analyze a specific
pixel.

Any thoughts?

-Ken Kogler




More information about the thelist mailing list