First release of the SD Image Viewer ! Yay !
Mainly made this to learn more about Godot 4, and have a PNG viewer that actually handle PNG metadata correctly.
Well, at least, handle Pillow's PngInfo metadata correctly. I'm not saying this conforms with the PNG norm.
Still this allows me to look at the pictures I generate with StableDiffusion and copy-paste the prompts and/or command lines in a few clicks, instead of firing an entire Jupyter-lab just for that.
Oh and, yeah, ImageMagick can't handle Pillow's iTXt correctly, but this viewer can !
I'm pretty sure Pillow is messed up when it comes to PNG Metadata, since no viewer were able to handle 5 consecutive null terminators in a row.