View allAll Photos Tagged pixels
Thanks to nirbhao. for the use of the portrait:
Created for the Pimp My Pixels Group:
www.flickr.com/groups/pimpmypixels/discuss/72157628193378375
Park Biurowy Pixel - Pixel office complex
Location: Grunwaldzka 182, Poznań, Poland
Category: Office
Built: 2011-2012
Total area: 33000 m2
Architects: JEMS Architekci (Warsaw, Poland)
Follow me:
All Rights Reserved/Wszystkie Prawa Zastrzeżone - Maciek Lulko
This application generates random pixel landscapes. You can play with them by adding fog, changing the colours of the landscape to see how it looks in another season, adding rainbow and rain as well.
Please, check the application here:
www.gilbertomoya.es/pixel_landscape_generator.html
This application was made by using ActionScript 3 programming language.
Here you have part of the code:
HOW TO ADD MULTIPLE INSTANCES OF ONE OBJECT FROM THE LIBRARY TO THE STAGE IN FLASH USING AS3:
for (var i:Number = 0; i < 28; i++)
//28 is the number of instances
{
_Pixel = new pixel_mc();
container.addChild(_Pixel);
_Pixel.x = i * 20;
_Pixel.transform.colorTransform = miCambiodeColor;
miCambiodeColor.redOffset = Math.round((Math.random() * 100) - 50) + 100;
miCambiodeColor.greenOffset = 190;
miCambiodeColor.blueOffset = Math.round((Math.random() * 100) - 50) + 100;
//the last lines give random colours to each single instance of the object
}
//If you have any question feel free to ask me
.
Haha XD I see these are going around so I couldn't resist. Too bad I couldn't have wings and a tail. ; u;
You are constantly looking at pixels on the computer screen but you don't really see them since they are so small. They are small enough to blend together to form a coherent image, up close they look like squares of red, green, and blue. This is the white in the background of flickr by the way.
I made this 3D pixel art in GIMP. The original picture came from (commons.wikimedia.org/wiki/File:Colorful_pottery.jpg) then I changed the colors to get the other two.