Main Menu

Rendering Picture Collage/ Tunnels

Started by kevin, April 01, 2012, 11:55:43 AM

Previous topic - Next topic

kevin

 Rendering Picture Collage/ Tunnels

    Been knocking up a few collage maker things as cheap way of making a face book banner (yawn).    The program(s) read a list of likely pictures from what ever path they're given.  So it's scans the path for all files, then culls those down to only picture above a certain size (width/height).   This is a pretty time  consuming process, so rather than do it each test,  it just dumps a list of files in a text file and loads from that each time.  

    The first couple of pictures are using the DrawRotatedIMage to randomly splodge the icon sized images to the buffer.  Since we're only drawing  25->50 images from a set of a few hundred,  it doesn't pre-load the images, rather it just loads each one on demand.   Pretty clumsy, but gets the job done.  

    The last pair of examples are drawing a perspective tunnel made from whatever images are in the gallery listing, which is marginally more interesting.      

   Related to -> Textured Tunnel



ATLUS

looks very impressive  8) especially tunnel!