arch jpg to png

C++
#single
$ convert image.jpg image.png

#bulk
$ mogrify -format png *.jpg
Source

Also in C++: