G
Guest
Hi,
I am displaying thumbnails of images in the way Google does in its Image
Search. i.e along with the details on the image height, width, size in KB and
file type.
I am using a http handler to retreive the image and convert it into a
thumbnail. Each image has its src attribute pointed to the httphandler
passing the image url as a querystring parameter. This works great.
The issue is with the additional details I require to show. To combat the
issue i tried with sending a stream of Text data as well as the image stream
(which obviously did not work). Please advice.
I am displaying thumbnails of images in the way Google does in its Image
Search. i.e along with the details on the image height, width, size in KB and
file type.
I am using a http handler to retreive the image and convert it into a
thumbnail. Each image has its src attribute pointed to the httphandler
passing the image url as a querystring parameter. This works great.
The issue is with the additional details I require to show. To combat the
issue i tried with sending a stream of Text data as well as the image stream
(which obviously did not work). Please advice.