
So I’ve been making these mosaics for upwards of 3 years now, and I always knew there had to be a better way to create them. I couldn’t find any good tools, so I created one!
I learned just a teeny bit of the Flickr API & Applescript and OS X’s Automator. Net result? Two little scripts that take less than a minute to set up– all I need to do is specify the set ID, the number of images I want & the aspect ratio.
First, I get the list of photos using an Applescript that accesses Flickr via the API. Then a few nifty scripts quickly download the 240 pixel image of each & rename them.
A separate script creates a new image in GraphicConverter. Each image is opened in succession, copied, window closed and pasted into the proper position in GC. All that done, I just save the image & it’s done!
Still some manual steps– right now I’m manually deleting the images after, manually saving & I have to make sure GC is open when I start. Plus, I’d like to just specify the desktop dimensions in pixels & images then figure out the rest behind the scenes. Long term goal is to create a web front end and apps that will generate new mosaics on the fly.
For now, this is good. The nice side effect is that when I make my 25×25 mosaic I won’t need to use the largely manual process I used in the past.