UDO can generate commands for Windows Help to display Windows bitmaps (BMP). UDO doesn't check if a BMP is existing!
An image can be displayed with or without a subtitle. Windows Help centers the image in the help file.
without subtitle: !image tiger
with subtitle: !image tiger A tiger
UDO will then generate these commands:
{\qc \{bmc tiger.bmp\}}\par\pard \par {\qc (Figure 1: A tiger)}\par\pard
Hints:
UDO won't check if the image file is existing. If it doesn't exists or the filename is wrong the Microsoft Helpcompiler will print an error message.
With the switch !win_inline_bitmaps you can tell UDO to
use special Windows Help commands to use hard-coded
images.