Actually this produces black and white images only, as does the jpeg2wbmp function.
(PHP 4 >= 4.0.5, PHP 5, PHP 7)
jpeg2wbmp — Converte um arquivo de imagem JPEG para um arquivo de imagem WBMP
$jpegname
,$wbmpname
,$dest_height
,$dest_width
,$threshold
Converte o arquivo JPEG em arquivo WBMP.
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
Retorna true
em caso de sucesso ou false
em caso de falha.
Actually this produces black and white images only, as does the jpeg2wbmp function.