ob_start();
imagecopyresampled(...);
imagejpeg($tuaIm);
$thumb_Binaria = ob_get_contents();
ob_end_clean();