Thumbnail images...

lidds

Junior Contributor
Joined
Nov 9, 2004
Messages
210
Can anyone help me !!! might not be the best place to post this but as I have been a member of this forum for awhile I'd prefer to try here first.

I am having trouble to find a way to scale images so they show up as good quality thumbnails. At the moment I have just resized the image in html but obviously distorts the image.

If anyone could help??

Cheers

Simon
 
The best method is to create the thumbnails separately using a graphics editing program to handle the resizing - this will give the best quality results.
Alternatively the Image class has a .GetThumbnailImage() method that may be of some use.
 
Back
Top