Forum und email

Imagick::getImageRegion

(No version information available, might be only in CVS)

Imagick::getImageRegion — Extracts a region of the image

Description

bool Imagick::getImageRegion ( int $width , int $height , int $x , int $y )
Warning

Den här funktionen är ännu inte dokumenterad utan endast argumentlistan till funktioner finns tillgänglig.

Warning

Den här funktionen är EXPERIMENTELL. Dess beteende, namnet på den, och allt annat dokumenterat om den här funktionen kan ändras i framtida utgåvar av PHP. Använd den på egen risk.

Extracts a region of the image and returns it as a a new wand.

Parameters

width

height

x

y

Return Values

Extracts a region of the image and returns it as a a new wand, throwing ImagickException on error.