[PHP] photo file size

2008-10-01 Thread elk dolk
Hi All, I  have some photos with  different file sizes like 100KB 125KB 200KB ,… I  want to shrink them and reduce the file size to Max 60KB  without sacrificing image quality and size! PHP should have a solution for reducing the size of files in Batch. Please comment. thanks

[PHP] photo file size

2008-10-01 Thread elk dolk
Without sacrificing size AND quality? So you don't want to lose enough data to get to a max 60KB amount, without actually losing data... wow, that won't be easy; or even better, it will probably not even be possible. Changing formats makes the size smaller, but always loses some

RE: [PHP] photo file size

2008-10-01 Thread Warren Vail
To: php-general@lists.php.net Subject: [PHP] photo file size Hi All, I  have some photos with  different file sizes like 100KB 125KB 200KB ,… I  want to shrink them and reduce the file size to Max 60KB  without sacrificing image quality and size! PHP should have a solution

RE: [PHP] photo file size

2008-10-01 Thread Robert Cummings
On Wed, 2008-10-01 at 09:44 -0700, Warren Vail wrote: The GD library has a number of functions that alter the size of an image, and converting from one file type to another can sometimes be used to reduce file size without reducing image size, but to do so it must give up detail (i.e. image

RE: [PHP] photo file size

2008-10-01 Thread Boyd, Todd M.
-Original Message- From: elk dolk [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2008 11:26 AM To: php-general@lists.php.net Subject: [PHP] photo file size Hi All, I  have some photos with  different file sizes like 100KB 125KB 200KB ,... I  want to shrink them