read changelog
[banana.git] / examples / xface.php
1 <?php
2
3 header('Content-Type: image/jpeg');
4 passthru('echo '.escapeshellarg(base64_decode($_REQUEST['face'])).'|uncompface -X |convert xbm:- jpg:-');
5
6 ?>