Re: [PHP] Re: imagemagick and file size

2001-08-24 Thread Richard Lynch
unteer a little time: http://chatmusic.com/volunteer.htm - Original Message - From: Ben-Nes Michael <[EMAIL PROTECTED]> To: Richard Lynch <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 3:03 AM Subject: Re: [PHP] Re: imagemagick and file size > H

Re: [PHP] Re: imagemagick and file size

2001-08-23 Thread Ben-Nes Michael
chard Lynch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 2:01 AM Subject: [PHP] Re: imagemagick and file size > > function example() { > > $convert = "cat $userfile | /usr/X11R6/bin/convert - $type:-"; > > return `$convert`

Re: [PHP] Re: imagemagick and file size

2001-08-22 Thread Ben-Nes Michael
Yep, I know. I just wrote the function as a general description. thanks for the tip on strlen, thats what I need. - Original Message - From: "Richard Lynch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 2:01 AM Subject: [PHP] Re: ima

[PHP] Re: imagemagick and file size

2001-08-22 Thread Richard Lynch
> function example() { > $convert = "cat $userfile | /usr/X11R6/bin/convert - $type:-"; > return `$convert`; > } > > the returned binary value is uploaded to the DB. > > My main problem is that I don't know how to measure the decreased image size > while its stored in the variable. Use http://p