PHP » GoLang |
login |
register |
about
|
GoLang Imagick::colorMatrixImage
request it (336)
GoLang replacement for PHP's Imagick::colorMatrixImage
[edit | history]
Imagick::colorMatrixImage(No version information available, might only be in Git) Imagick::colorMatrixImage — Description Description
public bool Imagick::colorMatrixImage
( array
$color_matrix = Imagick::CHANNEL_DEFAULT
)Apply color transformation to an image. The method permits saturation changes, hue rotation, luminance to alpha, and various other effects. Although variable-sized transformation matrices can be used, typically one uses a 5x5 matrix for an RGBA image and a 6x6 for CMYKA (or RGBA with offsets). The matrix is similar to those used by Adobe Flash except offsets are in column 6 rather than 5 (in support of CMYKA images) and offsets are normalized (divide Flash offset by 255) Parameters
Return Values
Returns Examples
Example #1 Imagick::colorMatrixImage()
<?php |
more
Recently updated
more
Most requested
more
Last requests
|