=?utf-8?q?Possibilit=C3=83=C2=A9=20de=20choisir=20un=20ordre=20pr=C3=83=C2=A9f=C3...
[banana.git] / examples / xface.php
... / ...
CommitLineData
1<?php
2
3header('Content-Type: image/jpeg');
4passthru('echo '.escapeshellarg(base64_decode($_REQUEST['face'])).'|uncompface -X |convert xbm:- jpg:-');
5
6?>