Tag Archives: make

High-Res Artwork Management Automation

The iPhone4 comes with a super high-res display and to leverage that encourages App Developers to provide all artwork twofold – once “normal” and once in double resolution named equally with a “@2x” suffix.

To ease my designers’ life and avoid confusion (and designers are easily confused I found) I ask them to provide the …

Tooltip: doxygen & graphviz (OS X)

ever seen error messages like this when generating doxygen docs for an iPhone/Mac Objective C project:
…/build/doxygen/html/a00136.png’ produced by dot is not a valid PNG!
You should either select a different format (DOT_IMAGE_FORMAT in the config file) or install a more recent version of graphviz (1.7+)
?

Happened to me this morning when running doxygen on another box. …