Imagick::segmentImage

(No version information available, might only be in Git) Segments an image public bool Imagick::segmentImage ( int $COLORSPACE, float $cluster_threshold, float $smooth_threshold [, bool $verbose = false ] ) Analyses the image and identifies units that are similar. This method is available if Imagick has been compiled against ImageMagick version 6.4.5 or newer. Parameters: COLORSPACE

Imagick::scaleImage

(PECL imagick 2.0.0) Scales the size of an image bool Imagick::scaleImage ( int $cols, int $rows [, bool $bestfit = false ] ) Scales the size of an image to the given dimensions. The other parameter will be calculated if 0 is passed as either param. Note: The behavior of the parameter bestfit changed in Imagick 3.0.0. Before this version given dimensions 400x400 an image of dimensions 200x150 would be left untouched. In I

Imagick::sampleImage

(PECL imagick 2.0.0) Scales an image with pixel sampling bool Imagick::sampleImage ( int $columns, int $rows ) Scales an image to the desired dimensions with pixel sampling. Unlike other scaling methods, this method does not introduce any additional color into the scaled image. Parameters: columns Scales an image to the desired dimensions with pixel sampling. Unlike other

Imagick::roundCorners

(PECL imagick 2.0.0) Rounds image corners bool Imagick::roundCorners ( float $x_rounding, float $y_rounding [, float $stroke_width = 10 [, float $displace = 5 [, float $size_correction = -6 ]]] ) Rounds image corners. The first two parameters control the amount of rounding and the three last parameters can be used to fine-tune the rounding process. This method is available if Imagick has been compiled against ImageMagick

Imagick::rotationalBlurImage

(No version information available, might only be in Git) Description public void Imagick::rotationalBlurImage ( string $angle [, string $CHANNEL = Imagick::CHANNEL_DEFAULT ] ) Rotational blurs an image. Parameters: angle The angle to apply the blur over. CHANNEL Provide any channel constant that is valid for your channel mode. To appl

Imagick::rotateImage

(PECL imagick 2.0.0) Rotates an image bool Imagick::rotateImage ( mixed $background, float $degrees ) Rotates an image the specified number of degrees. Empty triangles left over from rotating the image are filled with the background color. Parameters: background The background color degrees Rotation angle, in degrees. The rotation angle

Imagick::rollImage

(PECL imagick 2.0.0) Offsets an image bool Imagick::rollImage ( int $x, int $y ) Offsets an image as defined by x and y. Parameters: x The X offset. y The Y offset. Returns: Returns TRUE on success. Examples: Imagick::rollImage() <?

Imagick::resizeImage

(PECL imagick 2.0.0) Scales an image bool Imagick::resizeImage ( int $columns, int $rows, int $filter, float $blur [, bool $bestfit = false ] ) Scales an image to the desired dimensions with a filter. Note: The behavior of the parameter bestfit changed in Imagick 3.0.0. Before this version given dimensions 400x400 an image of dimensions 200x150 would be left untouched. In Imagick 3.0.0 and later the image would be scaled

Imagick::resetImagePage

(No version information available, might only be in Git) Reset image page bool Imagick::resetImagePage ( string $page ) The page definition as a string. The string is in format WxH+x+y. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer. Parameters: page The page definition. For example 7168x5147+0+0 Return

Imagick::resampleImage

(PECL imagick 2.0.0) Resample image to desired resolution bool Imagick::resampleImage ( float $x_resolution, float $y_resolution, int $filter, float $blur ) Resample image to desired resolution. Parameters: x_resolution Resample image to desired resolution. y_resolution Resample image to desired resolution. filter