Step 1: Open a terminal and change to the directory containing the PNG files.
Step 2: Create an output directory for the JPEG files
mkdir jpeg
Step 3: Use the sips program to convert the PNGs to JPEGs
sips -s format jpeg -s formatOptions 80 *.png --out jpeg