The format structure is as follows:
The first two bytes are both '00'. The next two bytes represent the width, then height of the image in pixels. The remaining bytes represent the image data. Further information regarding the format can be found on the Wikipedia page: http://en.wikipedia.org/wiki/Wireless_Application_Protocol_Bitmap_Format
The file format specification is available here: http://web.archive.org/web/20010605024138/http://www.wapforum.org/what/technical/SPEC-WAESpec-19990524.pdf
It is not possible to create a strong binary signature for this format, since the only constant bytes are the first two, both '00', which would cause an identification clash with many other formats.