PHP » GoLang |
login |
register |
about
|
GoLang ImagickKernel::fromMatrix
request it (241)
GoLang replacement for PHP's ImagickKernel::fromMatrix
[edit | history]
ImagickKernel::fromMatrix(PECL imagick >= 3.3.0) ImagickKernel::fromMatrix — Description DescriptionCreate a kernel from an 2d matrix of values. Each value should either be a float (if the element should be used) or 'false' if the element should be skipped. For matrices that are odd sizes in both dimensions the the origin pixel will default to the centre of the kernel. For all other kernel sizes the origin pixel must be specified. Parameters
Return ValuesThe generated ImagickKernel. Examples
Example #1 ImagickKernel::fromMatrix()
<?php |
more
Recently updated
more
Most requested
more
Last requests
|