It is a sample way to do this
- Install the required package by running below command in terminal
sudo apt install imagemagick
- Convert an .png to .jpg with below command
sudo convert name.png name.jpg
- To convert all PNG files into JPEG file with below command
sudo mogrify -format jpg *.png