Info Hud ======== .. figure:: images/ModuleInfoHud.png :alt: the info hud Example of the info hud displaying time and exposure exif data from a jpg file. This info hud can display additional information for each image. Information can be obtained from the filename, jpeg exif information or tiff metadata or be provided by an external script. The text can be set using the options dialog. Placeholders for additional information are written with curly brackets ``{}``. The keyword from the source (``regex``, ``exif`` or ``meta``) is followed by the name of the information in brackets ``[]``, e.g. ``{exif[rating]}``. If the text is set to ``@script`` the info hud can be filled using an external script. Use ``\n`` to start a new line. To extract data from the filename a regular expression with named fields has to be provided. Examples -------- Data from filename ~~~~~~~~~~~~~~~~~~ .. code-block:: python file: "penguins_5min.jpg" Info Text: "Animal: {regex[animal]} Time: {regex[time]}" Filename Regex: '(?P.+?[^_])_(?P