-
### Question
I have a base64 encoded image I would love to pass into my logs and have it displayed, perhaps as a thumbnail that can be clicked on to show the full image, when looking at my logs.
…
-
Hi, maybe it exists already but I can't find it
I have encode images in BASE64 and stored them on SQLSERVER - Table in a varbinary field.
Should be nice to have a Base64 decoder / image viewer, so w…
-
For the image object, it would be nice to allow small images to just send back their base64 encoding, as opposed to the URL. Something like this:
"16s": {
"height": 16,
"width": 16,
…
-
It seems that data URLs with base64-encoded images are not supported now. Please consider adding them one day =).
-
```
What steps will reproduce the problem?
1. Create an Image Object in javascript.
2. Assign to the SRC property of the image base64 encoded data such as this:
image.src = 'data:image/png;base64,iVB…
-
```
What steps will reproduce the problem?
1. Create an Image Object in javascript.
2. Assign to the SRC property of the image base64 encoded data such as this:
image.src = 'data:image/png;base64,iVB…
-
**Describe the problem**
If embedding an image using ![image title](image link) and the image is encoded in base64 then the content of the link is meant for a computer and has no real value to be d…
-
There is currently no input handling logic for unsupported image formats, poorly encoded images, or truncated files. Find where the exceptions are raised from those problems. While handling these inva…
-
### Description
Inkscape supports to "link" images in SVG files by setting the `xlink:href` attribute of `` to a path relative to the SVG file. Currently, Typst only supports base64 encoded embedde…
-
### Discussed in https://github.com/Tricentis/qTest.Integration.Pulse/discussions/19
Originally posted by **AmineLaggoune** October 7, 2024
I’m currently working on synchronizing work items f…