Topic awaiting preservation: Optimising Images (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Australia |
posted 05-25-2004 00:51
Can anyone recommend a method to do something similar to the feature in photoshop, which allows your to 'save for web'. So you can get the file size down by reducing quality - but physically its hard to see a change. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 05-25-2004 01:35
You wouldn't be able to do this with PHP per se, you would use something like ImageMagik. |
Bipolar (III) Inmate From: Australia |
posted 05-25-2004 04:19
Oh, has to be installed on the server .. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 05-25-2004 04:34
It is a free opensource product. I must ask how are you resizing the picture? Are you using GD? Php doesn't really handle images on its own. Thats is at least how I remember it. |
Maniac (V) Inmate From: raht cheah |
posted 05-25-2004 04:59
http://netpbm.sourceforge.net/ is a good option if you don't have access to GD or ImageMagik. You can upload them yourself to your web directory and CHMOD them to 755 and they'll go. |
Bipolar (III) Inmate From: Australia |
posted 05-25-2004 05:24
Ahh, well i havnt physically played around with it yet, just looking at the options. I guess the problem is i dont have alot of control over the server, and would rather come up with a solution that doesnt require installing something. |
Bipolar (III) Inmate From: Australia |
posted 05-31-2004 08:00
Do you guys know which of these (if any) do not require an install and can be run from the command prompt? |