Page 1 of 1

Resizing a linked image??

Posted: Fri Apr 15, 2005 10:03 pm
by soianyc
Ive been looking around at resizing an image and was wondering if 1) i can resize an image that is linked and not stored in the db and 2) which would be more efficient to resize.

Thanx

Posted: Fri Apr 15, 2005 10:11 pm
by feyd
  1. you can "resize" any image the server can read.. from wherever.
  2. which what?

Posted: Fri Apr 15, 2005 10:39 pm
by soianyc
Sorry,

Is it easier to resize an image if its in the databse or linked?

Posted: Fri Apr 15, 2005 10:45 pm
by feyd
there is very little reason to ever store an image in a database. You're often going to add a bunch of time on top of the resize operation just to view the image.

Posted: Fri Apr 15, 2005 11:09 pm
by soianyc
Cool,thanx a lot.