I want to generate all possible RGB colors as images and save them to my drive. For testing purposes I only want to generate the first 1000 or so.
It should start by HEX #000000 and go up to #FFFFFF. The images should be 1x1 pixels.
My question now is how would you realize it? What would be the best method for this?