I have a bunch of raw pixel image dumps (they’re just pixel values, usually RGBA). Is there a macOS app that can not only open them but guess the image dimensions so I don’t have to manually know the dimensions?
@_karsten_ @ePirat Yeah, this is something an algorithm is good at. I must hang my head in shame as I’m currently using Claude Opus 4.6 to built a small algorithm for this.
I feed it an image it got wrong, it re-analyzes to make it appear correct. Makes sure all other correct images are still correct and updates the algorithm.
I was just hoping someone had already done this with an actual algorithm.
It’s a lot of division and adjacent pixel checking. Just math. Lots of math.