./conv4bmp $1 track;
./track2bmp track;
convert image.bmp $1.png;
rm image.bmp;
rm track;
