[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bmp to jpg conversion



On Thu, Jan 18, 2001 at 01:39:04PM -0500, aidanc wrote:
> I'm not sure where to start, but I need to convert about 280 .bmp files
> to .jpg format. Is there a utility or script that would convert them all
> at once?

I'd use `convert' from the ImageMagick package.  Something like:

	$ convert *.bmp *.jpg

You may have to get more sophisticated, like a `for' loop.

-- 
-=|JP|=-    "This space intentionally left blank."
Jon Pennington          | Debian 2.4                 -o)
dren@penguinpowered.com | Auto Enthusiast            /\\
Kansas City, MO, USA    | Proud Husband and Father  _\_V



Reply to: