[PHP] Re: tricky gd question

2002-10-01 Thread electroteque
imagecopyresampled($dst_img,$src_img,50,0,0,0,$new_w,$new_h,imagesx($src_img ),imagesy($src_img)); i have this basically if i half the width of the ratio scaled image , it puts the entire image into that area not just half the image like a crop would ? "Mike Mannakee" <[EMAIL PROTECTED]> wrote

[PHP] Re: tricky gd question

2002-10-01 Thread Mike Mannakee
Have a look at ImageCopy in the manual. HTH Mike "Electroteque" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > here is a tricky question, i have created a photo gallery script where i can > edit the photo and gammacorrect the photos, at the moment i post th