|
|
| |
| |
| |
|
SLTB Route Plan System. |
|
|
$fileName = "images/tl.gif";
$angle = 90.0;
$bgColour = 0xFFFFFF; // red
$original = imagecreatefromjpeg($fileName);
$rotated = imagerotate($original, $angle, $bgColour);
header('Content-type: tl/gif');
imagegif($rotated);
?>
|
|
Copyright © 2009 SLTB ICT Division. All Rights Reserved. |
|
|