ImageFilter

用于操作图像的类。

抽象
自版本

1.7.3

Joomla CMS

方法

__construct

类构造函数。

__construct( handle) : 
自版本

1.7.3

抛出

InvalidArgumentException

RuntimeException

参数

handle

resource要应用过滤器的图像资源。

返回值

混合

execute

用于将过滤器应用于图像资源的方法。

execute(mixed||string|int options = []) : 
抽象
自版本

2.5.0

参数

options

array<string|int, mixed>过滤器的选项数组。

返回值

属性

handle

图像资源句柄。

自版本

2.5.0

类型

GdImage