Ver original$im = imagecreatefromjpeg($ruta);imagefilter($im, IMG_FILTER_GRAYSCALE);imagejpeg($im, $ruta);imagedestroy($im);