Try the mogrify command:
mogrify -format png *.*
But be careful. Without the -format option, mogrify overwrites the original images. Make sure to read the documentation.
Try the mogrify command:
mogrify -format png *.*
But be careful. Without the -format option, mogrify overwrites the original images. Make sure to read the documentation.