Let's say that for some...um...project I want to have a random assortment of tiles.
I'd like to take a random assortment of pixels, blow it up 16x, and then use Revned's Tile Slicer/Splicer to replace the blown-up random pixels into random tiles.
Of course that means I need to have a random assortment of pixels to begin with.
So since there are some smart coders here, I don't think it should be hard to ask for a program that:
1. Asks for how many different pixels I need.
2. Asks for the dimensions of the output image.
3. Generates an image of the specified size using however many different pixels were specified.
(It really shouldn't matter what colours are used for the pixels. I believe in most cases I'd have like 3-10 different pixels/tiles in any given situation so it might help me visually to have them distinct rainbow colours, but as I plan to run it through the Tile Slicer/Splicer of Revned's it truly wouldn't matter if I couldn't even tell the different pixels apart with my own eyes.)
An advanced feature could be to guarantee that the same coloured pixel doesn't show up twice in a row but that's not necessary at this point.
It would be a tremendous help, more than you know.
Thanks in advance! I hope I'm not presumptuous in thinking someone would want to do this...