Forum und email

Imagick::scaleImage

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

Imagick::scaleImage — Scales the size of an image

Description

bool Imagick::scaleImage ( int $cols , int $rows )
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.

Scales the size of an image to the given dimensions. The other parameter will be calculated if 0 is passed as either param.

Parameters

cols

rows

Return Values

Returns TRUE on success.