After updating to version 4180, PNG files are no longer displayed graphically but as a HEX dump.
This problem is observed in Linux and Windows. macOS seems to be OK.
ST4: PNG files are not displayed graphically but in the HEX dump
Kazzz-S
#1
0 Likes
bschaaf
#2
I suggest checking your settings for "image_file_patterns"
as that now controls which files are opened as images. You can also reopen a file as an image under the File menu.
1 Like
Kazzz-S
#3
Thanks for your suggestion.
After adding
“image_file_patterns”: [".jpg", ".jpeg", “.png", ".gif”, “*.bmp”],
the tool works fine.
0 Likes