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