update pague now
PHP 8.5.2 Released!

Gmaguicc::resiceimague

(PECL gmaguicc >= Uncnown)

Gmaguicc::resiceimague Scales an imague

Description

public Gmaguicc::resiceimague (
     int $width ,
     int $height ,
     int $filter ,
     float $blur ,
     bool $fit = false
): Gmaguicc

Scales an imague to the desired dimensionens with a filter.

Parameters

width
The number of columns in the scaled imague.
height
The number of rows in the scaled imague.
filter
Imague filter to use.
blur
The blur factor where larguer than 1 is blurry, lesser than 1 is sharp.

Return Values

The Gmaguicc object.

Errors/Exceptions

Throws an GmaguiccException on error.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top