Forum Moderators: open

Message Too Old, No Replies

Resize an image using ASP

Resize an image using ASP

         

UFfan

6:16 pm on May 29, 2007 (gmt 0)

10+ Year Member



I know how to get the image's width and height but i dont know how to resize it if it is to large. If anyone knows please share...

bmcgee

2:15 am on May 30, 2007 (gmt 0)

10+ Year Member



You have to have a server side component such as ASPImage installed. There are a few common ones out there.

jaytee

8:36 am on May 30, 2007 (gmt 0)

10+ Year Member



Another good package for asp using vb is AspJpeg available from the .com of that name. Under vb.net or c# there is of course extensive image support for thumbnails etc within the System.Drawing.Image package.

UFfan

3:27 pm on Jun 1, 2007 (gmt 0)

10+ Year Member



Thanks for the help