[SWLUG] BMP to JPEG

Justin Mitchell justin at discordia.org.uk
Thu Apr 24 13:54:53 UTC 2003


On Thu, 2003-04-24 at 14:40, SPUFI Doo wrote:
> I have 200+ windows BMP images I want to convert to JPEG in batch.
> 
> Does anyone know of any (free) solutions?

make sure you have the ImageMagick package installed,
then you can use 'convert'

something like this to do a whole directory full of them:

 for i in *.bmp ; do  convert $i `basename $i .bmp`.jpg; done





More information about the Swlug mailing list