Closed Thread Icon

Topic awaiting preservation: Server side Image Resizing Pages that link to <a href="https://ozoneasylum.com/backlink?for=12183" title="Pages that link to Topic awaiting preservation: Server side Image Resizing" rel="nofollow" >Topic awaiting preservation: Server side Image Resizing\

 
Author Thread
Nimraw
Paranoid (IV) Inmate

From: Styx
Insane since: Sep 2000

posted posted 04-17-2002 10:23

Hope this is the right place to post this.

I'm interested in knowing more about applictaions/scripting that allows you to resize images uploaded to a server.

Basically, I would like to be able to upload a HiRes pic (JPG or TIF) and have the server make me a smaller version (dimension and weight) that can be used on a webpage. The smaller (not quite thumbnail) image should link to the HiRes for download (for print work).

I'm not really needing actual code for this, but rather pro's and con's (does image quality deteriorate much compared to resizing it manually in PS) and what language would be preferred. I think some of you were working on something similar for PSPong.com. (INI, you know something about this, right?)

We are thinking of including such a function in an administration tool for products. We run an all-MS infrastructure (W2K/IIS/SQL2K/ASP/XML)

All tips and opinions are most welcome.
(oh, and to simplify, please keep it on a semi-dummy level. I'm no coder. I'm looking for some info to pass on to my development group )

lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 04-17-2002 10:46

Now that you mentioned that you're Windows:
http://www.leadtools.com/

They have lots of imaging component that can be used programatically from within any windows application.
I believe that also have ActiveX components which can also be used from your ASP documents.


Yes, I believe there might be loss in the thumbnailing process, Perhaps PS's photo processing engine is better than LeadTools' engine.

Good luck.

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 04-17-2002 10:56

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 04-17-2002 22:30

IMHO Images resized with GD library don't have very high quality. So, instead of GD I would suggest you to use ImageMagick...


DocOzone
Maniac (V) Lord Mad Scientist
Sovereign of all the lands Ozone and just beyond that little green line over there...

From: Stockholm, Sweden
Insane since: Mar 1994

posted posted 04-18-2002 12:01

That's next on my list of "new things to learn", now that I found that Dreamhost has it built into the servers, yum! I have a very simple Perl CGI on the OZONE server, something written by my friend drow about 1996 or so, but it's too much beyond my control, I need to write a good thumbnailer at least, and do it myself so I know what's happening. What I'd be interested in doing is using it for building graphical buttons as they are needed and then storing them, that could be fun. (And of course, image archives, need need need!

Your pal, -doc-

Nimraw
Paranoid (IV) Inmate

From: Styx
Insane since: Sep 2000

posted posted 04-18-2002 13:06

Thanks a lot for the information.

We'll see if we get this feature up-and-running after the summer (if everything with our company merge works out )

Doc:
For creating buttons and such you might want to take a look at Dimac's w3Image

Seems to be easier to integrate and create better quality than Macromedia Generator!
(oh, and the enterprise package is at just US$295 (free trial available) compared to MM's US$999 (I think)

« BackwardsOnwards »

Show Forum Drop Down Menu