Similar Threads
1. Looking for thumbnail function/control
Hello,
I have some big-size images in al kind of filetypes (*.gif, *.jpg, *.png,
etc. ) that I like to resize.
And if posible I also like to compress these images.
Do you know a good thumnail solution for me?
Do you know where I can find some code/functions or controls?
Thanks!
2. Bad-looking thumbnails - Asp.Net
3. Displaying a Thumbnail vs. creating a thumbnail
Hello,
I'm wondering whats the best method to use for displaying several photos'
thumbnails. One method I know is to dynamically resize the photo at the time
the page is loaded. What does this do to server/site performance? The other
is to copy the photo at time of upload and create a thumbnail then, have two
separate images, therefor when displaying its just pulling the actual image.
What do you think??
--
David Lozzi
Web Applications Developer
dlozzi@(remove-this)delphi-ts.com
4. Gallery admin thumbnail control
5. bind images into Data List to build a thumbnail control
I have been presented with this challenge. I need to build a image viewer
type of control. Basically, a specific part has different views, and when
one part is selected, I need to display an image on a medium size and all the
different views of the same part right below in some sort of thumbnail, and
obviously, when any of the small pictures is clicked on, i need to display
the bigger size right above. (something like Amazon.com does with their
products)
Is important to say that I have already both sizes of the same image, coming
from a image server and I don't need to mess with the size of each image.
Could someone point me in the right direction? give some code example or any
article. I would greatly appretiate it.
Regards,
6. GridView Control - Thumbnails View - Asp.Net
7. binding dynamic thumbnail images with image control in repeater
hi there,
i have a repeater with 1 image control. I also have a function that
generates a dynamic thumbnail from an image, and returns it as a stream, but
i cant figure out how to bind it to the control, as the webcontrols.image
control only has an ImageURL which is a string value.
so what i need is to put the system.drawing.image object into the
webcontrols.image control.
Any help appreciated?
8. How to display a thumbnail of images in ListView control