downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

imageaffine> <image_type_to_mime_type
[edit] Last updated: Tue, 21 May 2013

view this page in

image2wbmp

(PHP 4 >= 4.0.5, PHP 5)

image2wbmpRende disponibile l'immagine per il browser o la salva in un file

Descrizione

int image2wbmp ( resource $image [, string $filename [, int $threshold ]] )

image2wbmp() crea un file WBMP dall'immagine specificata nel parametro image. L'argomento image è quello ritornato dalla funzione imagecreate().

L'argomento filename è opzionale, e può essere omesso. Puoi creare uno script PHP che ha direttamente un'immagine WBMP come output inviando image/vnd.wap.wbmp insieme alla funzione header().

Nota:

Il supporto per WBMP è disponibile solo se PHP è compilato assieme a GD-1.8 o superiori.

Vedere anche imagewbmp().



add a note add a note User Contributed Notes image2wbmp - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites