Bash tweak of the day:

find . -name "*.png" -exec xxd -i "{}" "{}.h" ";"

Thanks to CC for the assist on basic bash-fu.