Answered by:
Best solution to convert pictures

Question
-
User931918300 posted
Hi! I am going to download pictures from a web with vb asp.net. It works. I am saving the pictures in my filesystem. The pictures can be in jpg or gif. But when or after I have saved the picture I´d like to create a thumbnail file and create a standard picture file with fixed height and so on. How do a convert pictures in VB asp.net? And can I avoid a separate component? best! /StaffanMonday, May 4, 2009 6:28 AM
Answers
-
User-837620913 posted
Do you want to upload images to an ASP.NET web application and create thumbnails? If so, here's an article for you:
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, May 4, 2009 9:04 AM -
User-1136466523 posted
Hi,
You can also try the following article, it shares some sample code on how to create a thumbnail file for images by using VB.NET.
See: http://www.dotnetcurry.com/ShowArticle.aspx?ID=140&AspxAutoDetectCookieSupport=1
Thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, May 5, 2009 11:05 PM
All replies
-
User-837620913 posted
Do you want to upload images to an ASP.NET web application and create thumbnails? If so, here's an article for you:
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, May 4, 2009 9:04 AM -
User-1136466523 posted
Hi,
You can also try the following article, it shares some sample code on how to create a thumbnail file for images by using VB.NET.
See: http://www.dotnetcurry.com/ShowArticle.aspx?ID=140&AspxAutoDetectCookieSupport=1
Thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, May 5, 2009 11:05 PM -
User-1132713133 posted
you can use the RbmControl which let you show images in thumbnails or actual size. Also it can read binary images and show them on your page.
here is a link: http://www.codeproject.com/KB/custom-controls/RbmImageControl.aspx
Wednesday, May 13, 2009 12:11 AM