PDA

View Full Version : asp jpeg and resizing images


esthera
05-15-2005, 06:46 AM
Is there anyway using aspjpeg that i can resize images to a set size ---

meaning that no matter what the image is inputted as I always resize to 100 width and let the program do the correct proportionat height?

Baleric
05-15-2005, 07:09 AM
<img src=" <%=( "your string" )%> " alt= " mouse over text " width=" width u desire " height=" hight u desire " border=" border? ">

<img src="" alt="" width="" height="" border="">

- baleric

Bullschmidt
05-16-2005, 06:44 AM
I'm not exactly sure what aspjpeg is (if it's a component it seems like it should have documentation on its Web site) but you might look into this:

AndyDvorak.net - Tutorials - Resizing Images
http://www.andydvorak.net/site/tuts/tut.asp?cat=asp&tut=resize

And:

How do I create / manipulate images from ASP? - 5/10/2001
http://www.aspfaq.com/faq/faqShow.asp?fid=76