Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 10, 2021 23:18
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/40848424fff92a407bc0ad9c16de00b8 to your computer and use it in GitHub Desktop.
Save parzibyte/40848424fff92a407bc0ad9c16de00b8 to your computer and use it in GitHub Desktop.
<?php
include_once "funciones.php";
$imagen = $_FILES["imagen"]["tmp_name"];
$marca = $_FILES["marca"]["tmp_name"];
$opacidad = floatval($_POST["opacidad"]);
$separacion = intval($_POST["separacion"]);
ponerMarcaDeAgua($imagen, $marca, $separacion, $opacidad);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment