Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 11, 2020 16:34
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/6cc184d7e92ee28f762a3c5f5723efe4 to your computer and use it in GitHub Desktop.
Save parzibyte/6cc184d7e92ee28f762a3c5f5723efe4 to your computer and use it in GitHub Desktop.
<?php
$imagen = imagecreatefrompng($nombreImagen);
$color = imagecolorallocate($imagen, 0, 0, 0);
$tamanio = 20;
$angulo = 0;
$x = 400;
$y = 50;
$texto = "parzibyte.me";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment