Sketchy

扩展 ImageFilter

用于使图像看起来“草图”的图像滤镜类。

2.5.0

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>滤镜的选项数组。

响应

void

属性

handle

图像资源句柄。

继承

2.5.0

类型

GdImage