HomeImages*.jpg & HTMLHypertext commands
User Manual UDO > The UDO syntax > Images Index

*.bmp & WinHelp

UDO can generate commands for Windows Help to display Windows bitmaps (BMP). UDO doesn't check if a BMP exists!

An image can be displayed with or without a subtitle. Windows Help centers the image in the help file.

  1. without subtitle: !image tiger
  2. 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:

  1. UDO won't check if the image file exists. If it doesn't exists or the filename is wrong the Microsoft Help compiler will print an error message.
  2. With the switch !win_inline_bitmaps you can tell UDO to use special Windows Help commands to use hard-coded images.

Copyright © www.udo-open-source.org (Contact)
Last updated on May 19, 2014

HomeImages*.jpg & HTMLHypertext commands