ASP changes Big JPG -> Small JPG

Y

Yannick

Hey everybody,

Do you know if ASP can change a JPG file in a smaller defined size JPG.
Do you have an exemple of it.
Imagine the JPG is on the C: drive of my server and called PIC.JPG.

Thanks in advance.

Yannick
 
R

Ray at

You can just set the width and height values of your img tag to what you
want the size to be, as one option. If you want to physically manipulate
the file on the server, you'll need to use a third party component or do
this using asp.net. I believe that asp.net has some image manipulation
built into it.

Ray at work
 
Y

Yannick

Thanks Ray for the info, but I need to manipulate the photo. Resizing can
look good but the time to download the page will be the same.

Any other idea to resize the JPG from ASP ?

Thanks

Yannick
 
K

Kris Eiben

We use a component from LeadTools for image manipulation. It's probably
got more features than you need, with a corresponding cost, but it works
well for us.

Kris
 
T

Tom Kaminski [MVP]

Yannick said:
Thanks Ray for the info, but I need to manipulate the photo. Resizing can
look good but the time to download the page will be the same.

Any other idea to resize the JPG from ASP ?

There's no other idea - if you want to do it in ASP you need a third-party
component.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top