[thelist] Advanced VBScript Question

Ken Kogler thelist at lists.evolt.org
Sat Feb 2 16:53:01 2002


> is this server-side?

A-yup.

> you can use the filesystemobject to read the image.

That's what I've done to determine the height/width/etc, but I'm at a
loss as to figure out how to find each pixel's color.

> you might have better success, though,
> using the Stream object of ADO

I'll look into it. Thanks.

-Ken