Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 09, 2005 12:35 PM by mmeenagh31
Member
110 Points
22 Posts
May 07, 2005 06:05 AM|LINK
I'm trying to create a system which will create thumbnail images from images I upload.
I think all i have to do is resize image and rename it and then store it in same location.
The renamed image would be thumb_imagename.gif.
If anyone has any similar code that would help me get started.
Contributor
3290 Points
658 Posts
May 07, 2005 01:57 PM|LINK
Maybe this article helps you:
http://www.codeproject.com/aspnet/netimageupload.asp
All-Star
15943 Points
2353 Posts
May 07, 2005 02:04 PM|LINK
There are some issues with generating thumbnail images with the GetThumbnailImage() method.
This link should help: http://west-wind.com/weblog/posts/283.aspx
May 09, 2005 12:35 PM|LINK
Thanks for the help, i am still working on creating thumbnails but i'm getting there.
Marty
mmeenagh31
Member
110 Points
22 Posts
Thumbnail images
May 07, 2005 06:05 AM|LINK
I'm trying to create a system which will create thumbnail images from images I upload.
I think all i have to do is resize image and rename it and then store it in same location.
The renamed image would be thumb_imagename.gif.
If anyone has any similar code that would help me get started.
Qnnn
Contributor
3290 Points
658 Posts
Re: Thumbnail images
May 07, 2005 01:57 PM|LINK
Maybe this article helps you:
http://www.codeproject.com/aspnet/netimageupload.asp
-- General Protection Fault
-- Illegal Page Fault
-- Not My Fault
DMW
All-Star
15943 Points
2353 Posts
Re: Thumbnail images
May 07, 2005 02:04 PM|LINK
There are some issues with generating thumbnail images with the GetThumbnailImage() method.
This link should help: http://west-wind.com/weblog/posts/283.aspx
Dave
mmeenagh31
Member
110 Points
22 Posts
Re: Thumbnail images
May 09, 2005 12:35 PM|LINK
Thanks for the help, i am still working on creating thumbnails but i'm getting there.
Marty