imagetobase64.php 149 B

123456
  1. <?php
  2. require_once 'bootstrap.php';
  3. $pixelCraft->loadImage('../assets/fox.jpg');
  4. print('<img src="'.$pixelCraft->getImageBase('png',true).'" />');