Comment by daeken

Comment by daeken a day ago

2 replies

> Python-based image file format

This is one of the first lines of the readme. But this is PNG with some metadata encoded using the most naive steganographic technique (just thrown into the LSB of pixels -- no redundancy, no error correction, no compensation for down sampling, etc). Even ignoring everything else, this is just ... Nonsensical.

I am very very pro-AI. But this is slop.

kuberwastaken a day ago

That's fair, the idea is to have something like this in practice and this is something I think that can be iterated upon to be actually more useful.

NBJack a day ago

It's also not how file formats generally work or get defined. I'm not sure I'd even define a .pickle file that way either, and it's the poster child for a hyper-specific Python format.