Visualization of SVG images do not support embedded JPG images in the image tag
Open
wait for votes
xf:data
- Dominant language
- Java
- Stars
- 51.8k
- Forks
- 4.4k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 188
Description
I have a big database with a SVG image for each entry. For each SVG image I include an embedded image using the image tag, encoded in base64. In general it is frequently in PNG format and DBeaver supports it. But to reduce the size of the tables by a factor 5x it would be much more convenient to embed JPG images (without alpha channel and with an arbitrary quality compression value like 0.7), and these images cannot be shown by DBeaver. Instead an image with an interrogation '?' in blue is visible in the value panel.
I would like DBeaver to show also JPG images encoded in base64 inside a SVG, using
Contributor guide
Assessment
This issue has not been assessed yet.