png2wbmp

(PHP 4 >= 4.0.5, PHP 5, PHP 7)

png2wbmpConverte um arquivo de imagem PNG para um arquivo de imagem WBMP

Descrição

png2wbmp ( string $pngname , string $wbmpname , int $dest_height , int $dest_width , int $threshold ) : bool

Converte o arquivo PNG em arquivo WBMP.

Parâmetros

pngname

Caminho do arquivo PNG

wbmpname

Caminho para o arquivo de destino WBMP

dest_height

Altura da imagem destino

dest_width

Largura da imagem destino

threshold

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

Notas

Veja Também

  • jpeg2wbmp() - Converte um arquivo de imagem JPEG para um arquivo de imagem WBMP

add a note add a note

User Contributed Notes 1 note

up
0
Window Bump Map
15 years ago
WBMP is NOT windows bitmap, it is wireless bitmap. just to state that nice and clearly.
To Top