Funções da GD
PHP Manual

imagescale

(PHP 5 >= 5.5.0)

imagescaleScale an image using the given new width and height

Descrição

resource imagescale ( resource $image , int $new_width [, int $new_height = -1 [, int $mode = IMG_BILINEAR_FIXED ]] )

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

image

An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().

new_width

new_height

mode

One of IMG_NEAREST_NEIGHBOUR, IMG_BILINEAR_FIXED, IMG_BICUBIC, IMG_BICUBIC_FIXED or anything else (will use two pass).

Valor Retornado

Return scaled image resource on success ou FALSE em caso de falha.


Funções da GD
PHP Manual