PHP |想象一下 getImageWidth()函数
Imagick::getImageWidth()函数是PHP中的一个内置函数,用于获取图像的宽度。
句法:
int Imagick::getImageWidth( void )
参数:此函数不接受任何参数。
返回值:此函数以像素为单位返回图像宽度。
原始图像
下面的程序说明了PHP中的Imagick::getImageWidth()函数:
程序:
getImageWidth();
// Display the image width in pixel.
print_r($width);
?>
输出:
667
相关文章:
- PHP |想象一下 autoLevelImage()函数
- PHP | imagick vignetteimage()函数
参考: http: PHP。 PHP