Re: [PHP] How do I Resize an image?

2002-01-30 Thread Tony Bibbs
t regards > Stefan Rusterholz > > - Original Message - > From: "Tony Bibbs" <[EMAIL PROTECTED]> > To: "Bryan Gintz" <[EMAIL PROTECTED]> > Cc: "Francis Cronjé" <[EMAIL PROTECTED]>; "PHP List" > <[EMAIL PROTECTED]>

Re: [PHP] How do I Resize an image?

2002-01-30 Thread Stefan Rusterholz
Bibbs" <[EMAIL PROTECTED]> To: "Bryan Gintz" <[EMAIL PROTECTED]> Cc: "Francis Cronjé" <[EMAIL PROTECTED]>; "PHP List" <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 3:25 PM Subject: Re: [PHP] How do I Resize an image? > You can use G

Re: [PHP] How do I Resize an image?

2002-01-30 Thread Tony Bibbs
You can use GD, or imagemagick. If you want to make your code easily portable, you may want to consider using netpbm as it runs on linux,freebsd,macosx,solaris and windows. --Tony On Wed, 2002-01-30 at 08:18, Bryan Gintz wrote: > For Linux (Unix) you can get a tool called imagemagik (not sure o

Re: [PHP] How do I Resize an image?

2002-01-30 Thread Bryan Gintz
For Linux (Unix) you can get a tool called imagemagik (not sure of spelling) and do a system call to it from a php script. Bryan Francis Cronjé wrote: >I am new to php and wd appreciate any help! >I have been through the manual, but have found no solution: >1.How do I resize an image retrieved

[PHP] How do I Resize an image?

2002-01-30 Thread Francis Cronjé
I am new to php and wd appreciate any help! I have been through the manual, but have found no solution: 1.How do I resize an image retrieved from an interbase database before = displaying it on a page? ie If the image is 800 x 600 pixels and I want to resize the image to = 256 x 192 2.Do I have t