Add a different for the fourth quotation level
[banana.git] / examples / xface.php
CommitLineData
78cd27b3 1<?php
2
f6cca218 3header('Content-Type: image/gif');
f6df9eb2 4passthru('echo ' . escapeshellarg(base64_decode($_REQUEST['face']))
5 . '| uncompface -X '
f6cca218 6 . '| convert -transparent white xbm:- gif:-');
78cd27b3 7
f6df9eb2 8// vim:set et sw=4 sts=4 ts=4
78cd27b3 9?>