Forum und email

Imagick::cropThumbnailImage

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

Imagick::cropThumbnailImage — Creates a crop thumbnail

Description

bool Imagick::cropThumbnailImage ( int $width , int $height )
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.

Creates a fixed size thumbnail by first scaling the image down and cropping a specified area from the center.

Parameters

width

height of the thumbnail

height

height of the thumbnail

Return Values

Returns TRUE on success.