imagick_copy_sample

imagick_copy_sample --  Scales an image to the desired dimensions with pixelsampling and returns a new handle.

Description

resource imagick_copy_sample (resource imagick_handle, int width, int height)

Warnung

Diese Funktion ist EXPERIMENTELL. Das bedeutet, dass sich das Verhalten der Funktion, ihr Name, und ALLES andere, das hier dokumentiert ist, in zukünftigen Versions des Pakets OHNE WARNUNG ändern kann. Seien Sie gewarnt und nutzen Sie das Paket auf eigenes Risiko.

Returns: a new handle on success, FALSE on error.

Scales an image to the desired dimensions with pixelsampling. Unlike other scaling methods, this method does not introduceany additional color into the scaled image.

See also: imagick_copy_resize().

Anmerkung: This function was added in version 0.1