Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 12, 2020 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/df3e2e0194823c6766806aa364b7d1b3 to your computer and use it in GitHub Desktop.
Save parzibyte/df3e2e0194823c6766806aa364b7d1b3 to your computer and use it in GitHub Desktop.
<?php
$salida = "procesada.png";
imagepng($imagen, $salida);
imagedestroy($imagen);
echo "Imagen guardada correctamente como " . $salida;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment