Resizing image
Posted: Wed Mar 31, 2010 9:16 am
I know imagecopyresampled is used to resize the image bt I m unable to understand its parameter
bool imagecopyresampled ( resource $dst_image , resource $src_image , int $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , int $src_w , int $src_h )
resource $dst_image -->Destination image link resource. But what exactly does it means.....
as when i tries to echo it from an example it returns Resource id #10 PLZ HELP....
bool imagecopyresampled ( resource $dst_image , resource $src_image , int $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , int $src_w , int $src_h )
resource $dst_image -->Destination image link resource. But what exactly does it means.....
as when i tries to echo it from an example it returns Resource id #10 PLZ HELP....