We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Array of Images (Read 1245 times)
Array of Images
May 1st, 2009, 5:59pm
 
Hello!!

I've seen the CoolIris app (http://www.cooliris.com) and it creates kinda a virtual wall of images. I'm trying to do the same effect on Processing. So, How can I build a little app that shows all folfer images in an array Kinda an virtual album, puting all photos aligned like a table (see the site for more info).

Best Regards,
Daniel Sader (TheComputerGuy)
Re: Array of Images
Reply #1 - May 1st, 2009, 7:20pm
 
How you can load an array of images was recently discussed here :
http://processing.org/discourse/yabb2/board_Syntax_3Baction_display_3Bnum_1192465513.html

For the Folder Part you may take a look at
selectFolder();
http://processing.org/reference/selectFolder_
Re: Array of Images
Reply #2 - May 1st, 2009, 7:42pm
 
Thanks!

I think I can complete it now!

Best Regards
Re: Array of Images
Reply #3 - May 4th, 2009, 4:20pm
 
Sorry by re-using this post, but I forgot something. I mean with "Array of images" something like a pattern made using various images, like joinig them all to make an bigger one, like in that old games...

Best Regards,

TheComptuerGuy
Re: Array of Images
Reply #4 - May 4th, 2009, 4:44pm
 
if you got them in an array. Just use 2 for loops to arrange them in a grid like strukture. Like the cooliris wall you mentioned. or a bigger images made out of smaller ones...
Page Index Toggle Pages: 1