Added initial psplash sources
[profile/ivi/psplash.git] / make-image-header.sh
1 #!/bin/sh
2 imageh=psplash-image.h
3 gdk-pixbuf-csource --macros $1 > $imageh.tmp
4 sed -e 's/MY_PIXBUF/IMG/g' -e "s/guint8/uint8/g" $imageh.tmp > $imageh && rm $imageh.tmp
5
6