imagegetinterpolation

(PHP 8)

imagegetinterpolationGet the interpolation method

Descrierea

imagegetinterpolation ( GdImage $image ) : int

Gets the currently set interpolation method of the image.

Parametri

image

O resursă - imagine, întoarsă de una din funcțiile de creare a imaginilor, cum ar fi imagecreatetruecolor().

Valorile întoarse

Returns the interpolation method.

A se vedea și

add a note add a note

User Contributed Notes

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