Re: [nyphp-talk] GD and image resizing

2007-01-31 Thread Aaron Fischer
Thanks Tedd and Dan. This code and the archives link helped me understand what I needed to do. I'm off and running and everything is working great. Much appreciated!! -Aaron On Jan 31, 2007, at 12:24 PM, tedd wrote: At 9:37 AM -0500 1/31/07, Aaron Fischer wrote: I'm under severe tim

Re: [nyphp-talk] GD and image resizing

2007-01-31 Thread tedd
At 9:37 AM -0500 1/31/07, Aaron Fischer wrote: I'm working with GD for the first time and need to receive uploaded images (that part is done), determine if they are vertical or horizontal orientation and then resize them appropriately given a max length or width. I'm listening to Jeff's GD pr

Re: [nyphp-talk] GD and image resizing

2007-01-31 Thread Aaron Fischer
I think the stress of my scary supervisor is clouding my thinking. =) Thanks Dan. -Aaron On Jan 31, 2007, at 10:28 AM, Dan Cech wrote: Aaron Fischer wrote: What I meant to say is that I've been searching the archives but haven't had success in finding the scripts that were posted a whil

Re: [nyphp-talk] GD and image resizing

2007-01-31 Thread Dan Cech
Aaron Fischer wrote: > What I meant to say is that I've been searching the archives but haven't > had success in finding the scripts that were posted a while ago. Guess you didn't try that hard ;) Try this to get you started: http://lists.nyphp.org/pipermail/talk/2007-January/020795.html Dan >

Re: [nyphp-talk] GD and image resizing

2007-01-31 Thread Aaron Fischer
What I meant to say is that I've been searching the archives but haven't had success in finding the scripts that were posted a while ago. On Jan 31, 2007, at 9:37 AM, Aaron Fischer wrote: I'm working with GD for the first time and need to receive uploaded images (that part is done), determin

[nyphp-talk] GD and image resizing

2007-01-31 Thread Aaron Fischer
I'm working with GD for the first time and need to receive uploaded images (that part is done), determine if they are vertical or horizontal orientation and then resize them appropriately given a max length or width. I'm listening to Jeff's GD presentation now and searching the archives.