UDO can generate HTML commands to include a GIF.
For HTML the second parameter of the !image command will be used as the alternative text. The command !image tiger A tiger will be converted into the following HTML commands:
<p align=...> <img src="tiger.gif" alt="(Figure 1: A tiger)" width="200" height="300"> </p><br>
If you don't set the title of this image UDO doesn't output an alternative text. The command !image tiger will be converted into this:
<p align=...> <img src="../gif/tiger.gif" width="200" height="300"> </p><br>
Wer die Größenangaben nicht benötigt kann die Ermittlung der Ausmaße von Bildern unterbinden. Dazu gibt es das Kommando !no_img_size.