for .bmp files, convert them with bmp2png, then you can use this files in gd
http://hp.vector.co.jp/authors/VA010446/b2p-home/
![]() |
|
||||||||||
|
imagecreatefromwbmpОписаниеresource imagecreatefromwbmp ( string filename )imagecreatefromwbmp() returns an image identifier representing the image obtained from the given filename. imagecreatefromwbmp() returns an empty string on failure. It also outputs an error message, which unfortunately displays as a broken link in a browser. To ease debugging the following example will produce an error WBMP: Примечания
imagecreatefromwbmp
nko38 dot fr at gmail dot com
02-Nov-2005 05:20
for .bmp files, convert them with bmp2png, then you can use this files in gd
clambert at whitecrown dot net
16-Jun-2001 01:47
WBMP images are Wireless Bitmaps, not Windows Bitmaps. WBMP is used for bandwidth constrained, black and white, limited devices such as PDAs and Cell Phones.
|