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