jpeg2wbmp

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

jpeg2wbmpConverte um arquivo de imagem JPEG para um arquivo de imagem WBMP

Descrição

jpeg2wbmp ( string $jpegname , string $wbmpname , int $dest_height , int $dest_width , int $threshold ) : bool

Converte o arquivo JPEG em arquivo WBMP.

Parâmetros

jpegname

Caminho para o arquivo JPEG

wbmpname

Caminho de destino do arquivo 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

  • png2wbmp() - Converte um arquivo de imagem PNG para um arquivo de imagem WBMP

add a note add a note

User Contributed Notes 1 note

up
-3
barry dot schatz at gmail dot com
14 years ago
Actually this produces black and white images only, as does the jpeg2wbmp function.
To Top