Image Mosaic Source
-
Hi All, I'm referring to those pictures that are made up of lots of little pictures. Does anyone know of any source available that does that? Cheers Jubjub "If you're too careful, your whole life can become a f---in' grind." - Mike McD (Rounders)
-
Hi All, I'm referring to those pictures that are made up of lots of little pictures. Does anyone know of any source available that does that? Cheers Jubjub "If you're too careful, your whole life can become a f---in' grind." - Mike McD (Rounders)
It shouldnt be too hard to code - make a 2D array and download the pixel data of a set of pixels (ie 10x10) to it, get the average colour and use that. Keep looping the 10x10 pixel grid throughout the entire image, getting the average and pasting it onto a new bitmap
-
It shouldnt be too hard to code - make a 2D array and download the pixel data of a set of pixels (ie 10x10) to it, get the average colour and use that. Keep looping the 10x10 pixel grid throughout the entire image, getting the average and pasting it onto a new bitmap
Thanx James, I actually started doing something very similar to what you have mentioned. Cheers Jubjub "If you're too careful, your whole life can become a f---in' grind." - Mike McD (Rounders)
-
Thanx James, I actually started doing something very similar to what you have mentioned. Cheers Jubjub "If you're too careful, your whole life can become a f---in' grind." - Mike McD (Rounders)
your welcome ;)