gpt4 book ai didi

php - Imagick 宝丽来效果没有透明度

转载 作者:可可西里 更新时间:2023-10-31 23:49:28 25 4
gpt4 key购买 nike

我使用下面的代码来创建宝丽来效果,但它真的很分散注意力,周围没有任何透明效果。

<?php
/* Create the object */
$image = new Imagick('wood.png');

/* Set the opacity */
$image->polaroidImage(new ImagickDraw(), 25);

/* output the image */
header('Content-type: image/png');
echo $image;

?>

我得到类似 http://photoapp.biz/polaroid/test.php 的结果

原图为http://photoapp.biz/polaroid/wood.png

会出现什么问题?这几乎出现在我尝试过的所有 10 张图像中。

例子:

enter image description here

最佳答案

如果我错了请纠正我,但你真的是在问抗锯齿,不是吗?

http://www.imagemagick.org/Usage/antialiasing/

关于php - Imagick 宝丽来效果没有透明度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12622687/

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