Fix les x-faces en php5...
[banana.git] / examples / xface.php
CommitLineData
78cd27b3 1<?php
2
3header('Content-Type: image/jpeg');
990dffd3 4passthru('echo '.escapeshellarg(base64_decode(str_replace(' ', '+', $_REQUEST['face']))).'|uncompface -X |convert xbm:- jpg:-');
78cd27b3 5
6?>