I exported optimized from adobe after slicing it.  Could only figure out how to export to gif.  GIMP can't see the slices, I converted with the following command:

z@ubuntu:~$ for image in $(ls *.gif); do convert $image $(echo $image | sed 's/\.gif/\.tga/'); done
