gpt4 book ai didi

php - 构造 ImagickPixel 时设置 alpha channel

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

我是 ImageMagick 的新手。我在 PHP 中使用最新的 imagick 扩展 (3.1.0rc1)。但是,imagick 的文档似乎有些稀疏。

我想创建一个 ImagickPixel具有 alpha channel 的对象。 documentation说明这些是要传递给构造函数的一些有效颜色值:“blue”、“#0000ff”、“rgb(0,0,255)”、“cmyk(100,100,100,10)”等

我知道可以使用 getColorValue(imagick::COLOR_ALPHA); 检索 ImagickPixel 的 alpha 值。

那么,如何在对象初始化期间通过传递给构造函数来设置带有 alpha channel 的 rgb 颜色?

最佳答案

看起来这样做的方法就是使用 rgba:

$myImagickPixel = new ImagickPixel("rgba(250,15,150,0)"); //Where the last digit is the alpha and 0 is transparent and 1 is fully opaque.

关于php - 构造 ImagickPixel 时设置 alpha channel ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10103763/

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