Perspective: Base64 Image into Table

If it helps this is what I do to display base64 images in a perspective image component.
Note the image type (png/jpg etc.) doesn’t seem to matter.
Also it seems to be best to avoid holding images in perspective custom properties and only load them in directly to the image component when needed as this reduces gateway memory usage.