The component HEXIMAGE renders an image. The image is not passed as URL, but the bytes of the image are directly passed.

Use the component if an image e.g. is loaded from database.

The bytes are passed as hexacdecimal String (e.g. "f4c366..."), use the function ValueManager.encodeHexString(byte[]) in order to convert bytes into an hex string representation.