I have a massive string of hexadecimal numbers. I want to make an image out of this string where each pixel's colour value is defined by (the first, second, third ...) 6-letter strings from this massive string. I'm hoping the image will look something like this: https://i.stack.imgur.com/8jKGx.jpg. Although there will be many more pixels.
I'm a noob when it comes to coding so any help/pointers would be massively appreciated! I've done some tests by entering the hexadecimal values manually into illustrator but it takes far too long.