enumeration ImageKind

ImageKind = {
    -- enumeration values

    "html",
    "latex",
    "rtf",
}