|
Posted by Steven Saunderson on 09/20/06 08:23
On Wed, 20 Sep 2006 04:58:55 GMT, "Stuart Miller"
<stuart_miller@shaw.ca> wrote:
> If I specify, for example, a 1600x1200 picture into a cell size of 160x120,
> when does the compression take place? Does apache compress the image before
> sending, or does the viewer's browser do the compression? Or can this be
> controlled?
The resizing is done by the browser. It is much better to supply a
correctly sized image. If resampling is a bother I have a Win32 program
that will resample and upload images. Check
<http://stevensaunderson.com/pickup.htm> if interested.
If you want to resample on the server it is easy with PHP provided the
GD image processing library is available on your server.
--
Steven
Navigation:
[Reply to this message]
|