Every digital image is a grid. This fact is both obvious and easy to ignore. But this structure affords opportunities for operations like sorting a series of pixels (in this case, rows) based on any color value (in this case, grayscale value). Sorting pixels through the use of custom-created software is willfully naive of the content represented in the image. This can yield strange effects when the content legible in the image deviates from a gridded order (as is the case in this line drawing).

Often, the partially sorted pixels (or in this case, the act of sorting) is more compelling than a completely sorted image.