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?
@rosyna How could it guess that with just continuous pixel values? Or do you want something with a slider for the stride that you just slide till it looks right?
@ePirat @rosyna I think this is exactly where an algorithm may hook in. Two subsequent rows do look very similar. Also the number of pixels might hint towards the actual dimensions because the result was created via multiplication of two numbers.