I think a lot of peoples misunderstandings on this subject is down to the lack of understanding of how an image is formed on a low level.
Images are sent and displayed at bitmaps, an rgb24 image for example has 24 bits per pixel, if we think of the image as an array of 3-byte elements we would get something that looks like this for a 16x16 pixel image.
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
Each element (pixel) in the array contains 24 bits containing information about it's colour, if any data in the signal is corrupted (after going through extensive error correction) then the pixel/s is/are clearly defective, there's no subtle picture differences between cables.
Images are sent and displayed at bitmaps, an rgb24 image for example has 24 bits per pixel, if we think of the image as an array of 3-byte elements we would get something that looks like this for a 16x16 pixel image.
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][]
Each element (pixel) in the array contains 24 bits containing information about it's colour, if any data in the signal is corrupted (after going through extensive error correction) then the pixel/s is/are clearly defective, there's no subtle picture differences between cables.