(PHP 4 >= 4.3.0, PHP 5, PHP 7)
imagerotate — �ø����Ƕ���תͼ��
$image
, float $angle
, int $bgd_color
[, int $ignore_transparent
= 0
] ) : resource
�� src_im
ͼ���ø�����
angle
�Ƕ���ת��bgd_color
ָ������ת��û�и��ǵ��IJ��ֵ���ɫ��
��ת��������ͼ������ģ���ת���ͼ��ᰴ������С���ʺ�Ŀ��ͼ��Ĵ�С——��Ե���ᱻ��ȥ��
image
��ͼ������(����imagecreatetruecolor())���ص�ͼ����Դ��
angle
Rotation angle, in degrees. The rotation angle is interpreted as the number of degrees to rotate the image anticlockwise.
bgd_color
Specifies the color of the uncovered zone after the rotation
ignore_transparent
�������Ϊ����ֵ������ɫ�ᱻ���ԣ�����ᱻ��������
������ת���ͼ����Դ��
������ʧ��ʱ���� FALSE
��
�汾 | ˵�� |
---|---|
5.1.0 |
������ ignore_transparent ��
|
Example #1 ��ͼ����ת 180 ��
��������һ��ͼ����ת 180 ��——���µߵ���
<?php
// File and rotation
$filename = 'test.jpg';
$degrees = 180;
// Content type
header('Content-type: image/jpeg');
// Load
$source = imagecreatefromjpeg($filename);
// Rotate
$rotate = imagerotate($source, $degrees, 0);
// Output
imagejpeg($rotate);
?>
�������̵���������ڣ�
Note: �˺��������� GD ���������� PHP �汾�п��á�