Monthly Archives: February 2007

Big D.I.Y. Egg

bbum’s blog was my first online encounter with the Big Green Egg. Recently he referenced a similar concept, but D.I.Y. instead of purchased. It’s a Terra Cotta Smoker similar to Alton Brown’s, but designed to burn hardwood charcoal instead of using an electric hot plate. The neat thing about this one is I’ve either already […]

QuickTime, Texturing, and OpenGL

The movies I’ve examined don’t have an alpha channel so I’m using RGB and it works fine.

// Create an off-screen gworld where QT can draw
gworldBuffer = calloc(width * height * 3, 1);
QTNewGWorldFromPtr(&gworld, k24RGBPixelFormat, &movieBox, NULL, NULL, 0,
gworldBuffer, movieBox.right * 3);
gworldPixMap = GetGWorldPixMap(gworld);
LockPixels(gworldPixMap);
gworldPixBase = GetPixBaseAddr(gworldPixMap);

And then later on when I want to render to the texture:

// […]

Not Turkey Creek

And not quite Wine Creek, either.
My neighbor and I went on our first mountain bike ride in quite some time. I really enjoy it every time I go, but for some reason my perceived effort from desire to ride to actually riding seems higher with mountain biking than with road biking. That’s partially due […]

Great grandma Mac, Andrea, Elizabeth and Elena


No photoshop? Batch workflows no problem!

I’ve been helping my mom out a bit lately with the website for her artwork, Voice of Flying Ink. It includes a few galleries of her works in a simple table of thumbnails layout. It’s reasonable that occasionally she’ll want to put up some new pictures, which involes scaling and padding the original to two […]