<?php

$imgData 
file_get_contents('tomo_pr_263.gif');
$im imagecreatefromstring($imgData);
imageflip($imIMG_FLIP_VERTICAL);
header('Content-type: image/gif');
echo 
imagegif($im);