Display the list of pages in a shorter way :
[banana.git] / examples / xface.php
CommitLineData
78cd27b3 1<?php
2
3header('Content-Type: image/jpeg');
f6df9eb2 4passthru('echo ' . escapeshellarg(base64_decode($_REQUEST['face']))
5 . '| uncompface -X '
6 . '| convert xbm:- jpg:-');
78cd27b3 7
f6df9eb2 8// vim:set et sw=4 sts=4 ts=4
78cd27b3 9?>