Current behavior
I have a Base64 image that is a valid PNG format.
base64-data-uri-string.txt
When I paste into DevToys, there is no image shown in the preview area.
If I base64 decode this base64-string under WSL, I will get a valid PNG file.
base64 -d ./a.txt > a.png
How to reproduce it (as minimally and precisely as possible)
- download base64-data-uri-string.txt
- paste into DevToys > Base64 Image
- The image unable shown.
Expected behavior
I expected the image shown in the preview area.
Screenshots
Workaround
No
Affected platforms
Windows
Affected DevToys kind
DevToys (app with GUI)
DevToys Version
I tried the following version, all failed.
- Version 1.0.14.0 | X64 | RELEASE | 3ad0ff2 | 3ad0ff2
- Version 2.0-preview.3
Relevant Assets/Logs
No response
Current behavior
I have a Base64 image that is a valid PNG format.
base64-data-uri-string.txt
When I paste into DevToys, there is no image shown in the preview area.
If I base64 decode this base64-string under WSL, I will get a valid PNG file.
base64 -d ./a.txt > a.pngHow to reproduce it (as minimally and precisely as possible)
Expected behavior
I expected the image shown in the preview area.
Screenshots
Workaround
No
Affected platforms
Windows
Affected DevToys kind
DevToys (app with GUI)
DevToys Version
I tried the following version, all failed.
Relevant Assets/Logs
No response