convert all images to png imagemagick code example Example: how to covert whole folder of jpg images to png using imagemagick cd $FOLDER convert '*.*' '*.png'