Stream image as well as text

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
You can put the text into an image. Otherwise, you have to use HTML with
both text and image.

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

Orange you bland I stopped splaying bananas?
 
Hi Kevin,

Is there a way in which i can stream both i.e HTML and IMage (which has been
generated from a stream) ?
 
Is there a way in which i can stream both i.e HTML and IMage (which has
been
generated from a stream) ?

I thought I answered this question, but apparently I failed to communicate.
What is it that you did not understand about my answer?

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

It takes a tough man to make a tender chicken salad.
 
Back
Top