sudo apt-get install imagemagick
convert ubuntuhandbook.png ubuntuhandbook.jpg
for i in *.png ; do convert "$i" "${i%.*}.jpg" ; done