D
David Elliott
I am creating a control to display GIF/JPEG images for my website. The control
has a Panel to hold the images.
I would like to perform the following.
1) store the original on disk and create a thumbnail on the fly.
2) thumbnail will be 20% of the original size.
3) the panel will hold all the images of a specific directory
Using System.Drawing.Image, I can satisfy number 1 and 2, but how would I
output the info to the panel?
Is this the best way to do it or is there an alternative?
Thanks,
Dave
(e-mail address removed)
has a Panel to hold the images.
I would like to perform the following.
1) store the original on disk and create a thumbnail on the fly.
2) thumbnail will be 20% of the original size.
3) the panel will hold all the images of a specific directory
Using System.Drawing.Image, I can satisfy number 1 and 2, but how would I
output the info to the panel?
Is this the best way to do it or is there an alternative?
Thanks,
Dave
(e-mail address removed)