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.
!image tiger A Tiger
<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.
!image /..gif/tiger
<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.