Hacker News new | ask | show | jobs
by besselheim 3346 days ago
Any permutation could be used, but I suppose you'd want to use ones that form some sort of visually recognisable pattern. For example, a spiral emerging from the centre of the image, or all the even numbered pixels from a linear scan followed by all those indexed by an odd number.
1 comments

"a spiral emerging from the centre of the image"

Would this be middle-out compression?