Untuk mengetahui kode pada peta warna atau color map lihat di Colors - Map -Rearrange Map pada The Gimp. Sesuaikan berkas .c tema Usplash dengan kode pada peta warna
sudo apt-get -t stable install libbogl-dev
pngtobogl usplash-artwork.png > usplash-artwork.c
gcc -Os -g -I/usr/include/bogl -fPIC -c usplash-artwork.c -o usplash-artwork.o
gcc -shared -Wl,-soname,usplash-artwork.so usplash-artwork.o -o test-splash.so