working with images using GD
Posted: Sat Nov 15, 2008 3:14 am
i am trying to do something like ... sorry i am not so sure how to explain this...
i have 2 images
$image created using imagecreatefromjpeg and $image_thumb created by imagecreatetruecolor then imagecopyresampled.
what i want to do is something like $image = $image_thumb
but $image becomes an invalid image resource... how do i fix this? i can't do a $image = $image_thumb
i have 2 images
$image created using imagecreatefromjpeg and $image_thumb created by imagecreatetruecolor then imagecopyresampled.
what i want to do is something like $image = $image_thumb
but $image becomes an invalid image resource... how do i fix this? i can't do a $image = $image_thumb