Re: [PHP] Image aliasing

2002-06-25 Thread Morgan Grubb
Andy, If I had access to his server it would make things oh-so-simple. As it is, he's running IIS and ASP, so no PHP GD loving for him. I've tried pointing out to him what he's doing, and I'll be damned if I can figure out why he's doing it the way he is (he being a fairly large company with an

Re: [PHP] Image aliasing

2002-06-24 Thread Morgan Grubb
tio or the actual pixel size of the image and hope it doesn't look > terrible. Sorry for the downer. :( > -Kevin > > - Original Message - > From: "Morgan Grubb" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 24, 20

Re: [PHP] Image aliasing

2002-06-24 Thread Jerome Houston
morgan- is there any way you can have those img tags (the ones with the height and width) changed to reference a php script? you could write a script that reads in the image they're requesting, and takes a height and width as inputs, then uses php commands like imagecopyresampled() or imageco

RE: [PHP] Image aliasing

2002-06-24 Thread Andrew Chase
Hi Morgan, None that I'm aware of. I guess this is somewhat OT, but does the person you're giving the images to realize that resizing the images by means of the HTML width/height attributes doesn't do anything to size of the file the person viewing the page has to download? I don't know the par

Fw: [PHP] Image aliasing

2002-06-24 Thread Kevin Stone
esize the image at an exact ratio or the actual pixel size of the image and hope it doesn't look terrible. Sorry for the downer. :( -Kevin - Original Message - From: "Morgan Grubb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 4:02 PM

[PHP] Image aliasing

2002-06-24 Thread Morgan Grubb
Morning, I'm wondering if anybody has ever figured out a way to get around the absolutely abysmal way that Internet Explorer resizes images? The problem is that the person I'm supplying the images to refuses to use two copies (a small one, and a large one) and instead uses one (just the large on