Bulk converting images from one format to another on Ubuntu:
mogrify -format png /path/to/*.bmp *If you don't have Image Magic installed, get it by: sudo apt-get install imagemagick
Source
| Date: April 6th, 2023
Back