Home Images *.jpg & HTML Hypertext commands
The guide of 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 is existing!

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 is existing. If it doesn't exists or the filename is wrong the Microsoft Helpcompiler 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 (Kontakt)
Last updated on May 19, 2010

Home Images *.jpg & HTML Hypertext commands