Subway buttons
I got my subway buttons from Spacing the other day:

These are my "home stations" since moving back to Toronto in 1997.
Read the full article
I got my subway buttons from Spacing the other day:

I'd planned to pay for the feature I wanted in SWF To Image, but it turned out to already exist! There's a method called LoadFromBinaryImage that is intended to process FlashMovie objects created by SWF Scout (a commercial SWF generation library), but I can throw my byte array at it like this: (hIssueData is a hashmap, and imageX_lfile is the byte array for the modified lettering file of a specific page)
object objSwf = hIssueData["image" + x.ToString() + "_lfile"];
renderFlash.LoadFromBinaryImage(ref objSwf, "http://www.google.com");
I did some preliminary work on Digital Comic Viewer today. Instead of writing files to disk, I'm able to load them as byte arrays that can be displayed on-screen:
