Add vim modeline and retab sources..
[banana.git] / examples / xface.php
CommitLineData
90962c86 1<?php
2
41cf00eb 3header('Content-Type: image/jpeg');
d5588318 4passthru('echo ' . escapeshellarg(base64_decode($_REQUEST['face']))
5 . '| uncompface -X '
6 . '| convert xbm:- jpg:-');
cced14b6 7
d5588318 8// vim:set et sw=4 sts=4 ts=4
90962c86 9?>