Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 12, 2020 00:40
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/6fb2409e2f0e090dc767aaa5ad66f54f to your computer and use it in GitHub Desktop.
Save parzibyte/6fb2409e2f0e090dc767aaa5ad66f54f to your computer and use it in GitHub Desktop.
<?php
header("Content-Type: image/png");
$salida = "imagen_procesada.png";
header('Content-Disposition: attachment; filename="' . $salida . '"');
imagepng($imagen);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment