gpt4 book ai didi

php - 将 CSS3 rotateY 转换为 PHP Imagick::distortImage

转载 作者:行者123 更新时间:2023-11-28 04:19:18 25 4
gpt4 key购买 nike

我有一个在前端获取 rotateY(-54deg) 的图像,我需要使用 Imagick::distortImage 在 PHP 上以相同的方式旋转它/p>

$image->distortImage(Imagick::DISTORTION_PERSPECTIVE, $controlPoints, true);

有没有一种简单的方法可以将 -54deg 转换为 distortImage() 需要的 $controlPoints

最佳答案

我认为没有任何(简单的)方法可以做到这一点。

Imagick::DISTORTION_PERSPECTIVE 用于使用透视投影 扭曲图像,这需要 8 个预先计算的系数。

来自imagemagick docs

You can get these coefficients by looking at the -verbose output of a 'Perspective' distortion, or by calculating them yourself. If the last two perspective scaling coefficients are zero, the remaining 6 represents a transposed 'Affine Matrix'.

我认为 -54deg 本身没有足够的数据来破译这 8 个系数。你将不得不以艰难的方式做到这一点,抱歉:)

关于php - 将 CSS3 rotateY 转换为 PHP Imagick::distortImage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42300293/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com