Re: [PHP] Image manipulation with PHP on RHLinux 7.1

2002-03-30 Thread Rasmus Lerdorf
exif_imagetype() is new function only available in PHP 4.2 (not released yet) and above. Use GetImageSize() for now. -Rasmus On Sat, 30 Mar 2002, Dale & Lora Marshall wrote: > > Ok, I've been looking at the image functions, and found that I needed > to recompile PHP with exif support and load

Re: [PHP] Image manipulation with PHP on RHLinux 7.1

2002-03-30 Thread Dale & Lora Marshall
Ok, I've been looking at the image functions, and found that I needed to recompile PHP with exif support and load GD and other functions. I've done all of that and now I get the following: Source: /home/jamboimages/images/uploads/alamoarea_97_round_sm.jpg 600 : /images/patches/1997/1997R15.jpg 3

Re: [PHP] Image manipulation with PHP on RHLinux 7.1

2002-03-24 Thread Jason Wong
On Monday 25 March 2002 08:06, Dale & Lora Marshall wrote: > I guess I should clarify. If the image that's referenced in the > database is, for example, 700x300, I want to reduce it to 600 > pixels wide, keeping the height proportional. Then, save that > image to a new name somewhere else in the

Re: [PHP] Image manipulation with PHP on RHLinux 7.1

2002-03-24 Thread Dale & Lora Marshall
I guess I should clarify. If the image that's referenced in the database is, for example, 700x300, I want to reduce it to 600 pixels wide, keeping the height proportional. Then, save that image to a new name somewhere else in the filesytem. Then I want to reduce the image further to 300 pixels

Re: [PHP] Image manipulation with PHP on RHLinux 7.1

2002-03-24 Thread Thalis A. Kalfigopoulos
This isn't image manipulation. This is filesystem manipulation. As for the "resizing", check if you have mogrify with you Linux installation and do a system() on it. cheers, --t. On Sun, 24 Mar 2002, Dale & Lora Marshall wrote: > > Hello all. I have a PHP script which retrieves records from