[PHP] Re: Image resizing problems

2006-03-31 Thread Eduardo Raúl Galván Sánchez
Have you tried imagecopy resized()? John Nichel escribió: I'm pulling my hair out with this gd resizing of an image, and can't figure out where it's screwing up. I've been trying to batch process about 500 images to resize them to a standard size, and for some reason, instead of resizing the

Re: [PHP] Re: Image resizing problems

2006-03-31 Thread John Nichel
Eduardo Raúl Galván Sánchez wrote: Have you tried imagecopy resized()? Same results with that. I'm using imagecopyresampled to keep the quality as high as possible. John Nichel escribió: I'm pulling my hair out with this gd resizing of an image, and can't figure out where it's screwing