Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Resizing an image.
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

redbrad0
Advanced Member

USA
3725 Posts

Posted - 12 April 2001 :  19:00:49  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
I can resize an image thru asp with a file that is located on the server, and i know this has been discussed but just seeing if anyone else has ideas.

I have a site where people will be posting their pics but i want to resize them. I could have them all on my server, but would rather not take up my HD space so is their a way to resize an image without it being on my server?

Brad

Aznknight
Senior Member

USA
1373 Posts

Posted - 12 April 2001 :  19:05:26  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
If you're refering to file size, I've also looked into this and the answer is no. Would be neat if there were a way though.

If you have it on your server you can resize the file with ASPImage or another component. If it's not on your server, the components just now the links image and nothing more.

- Alan
www.iamviet.com
www.calvsa.net
Snitz Resource
Go to Top of Page

work mule
Senior Member

USA
1358 Posts

Posted - 13 April 2001 :  10:16:43  Show Profile
Are you trying to eliminate image distortion?

Maybe this topic will help:
http://forum.snitz.com/forum/link.asp?TOPIC_ID=7086

Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 13 April 2001 :  13:50:21  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
thansk work mule, i guess that is what i will have to do unless i want to host all the pics where if the site does like i hope it could easily have 10,000 pics

Brad
Go to Top of Page

PsycoGoopher
Starting Member

Austria
1 Posts

Posted - 18 April 2001 :  13:43:45  Show Profile  Visit PsycoGoopher's Homepage  Send PsycoGoopher an ICQ Message
Some days ago I have finished an ActiveX control that allows you to resize JPEG-images.

You can call it this way in ASP:
Set Builder = CreateObject("vbsWrap.WrapIt")
Builder.makeThumb [PathToImage], [PathWhereThumbnailWillBeStored], [Width], [Height]
Set Builder = Nothing

NOTE: I had to write a vbsWrapper(another small dll..) in Visual Basic because I had problems using the C++ file directly in ASP..

If you're interested just mail me @ st_reiter@edumail.at

Linux is like a wigwum: No Windows, no Gates - Apache inside :o)
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 18 April 2001 :  15:01:28  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
cant use a .dll :O( i dont have my own server, im hosted at a company. thanks though

Brad
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07