Re: Batch Conversion of Images

Subject: Re: Batch Conversion of Images
From: "Ethan Metsger" <emetsger -at- obj-sys -dot- com>
To: techwr-l -at- lists -dot- techwr-l -dot- com
Date: Thu, 21 Dec 2006 14:39:05 -0500

On Thu, 21 Dec 2006 13:49:57 -0500, Keith Hansen <KRH -at- weiland-wfg -dot- com> wrote:

OK folks! My second (and last) question of the day:

* I have hundreds of BMP files. I want to convert them all to PNG.

* Any way to do a quick, easy batch conversion from BMP to PNG? I don't
really want to open up each image and do a "Save As" manually!

ImageMagick is a bit arcane, but useful if you know anything about DOS batch programming:

http://www.imagemagick.org/download/binaries/ImageMagick-6.3.1-3-Q16-windows-dll.exe

I think the following would do the job nicely, provided the bmp files are all in the same directory (copy and paste into bmptopng.bat):

for %i in (*.bmp) convert %i %~ni.png

Your mileage may vary; I'm a UNIX person, and not too familiar with the DOS syntax.


Best,

Ethan Metsger
uppertank.net/ethanm/
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

WebWorks ePublisher Pro for Word features support for every major Help format plus PDF, HTML and more. Flexible, precise, and efficient content delivery. Try it today! http://www.webworks.com/techwr-l

Create HTML or Microsoft Word content and convert to Help file formats or printed documentation. Features include single source authoring, team authoring,
Web-based technology, and PDF output. http://www.DocToHelp.com/TechwrlList

---
You are currently subscribed to TECHWR-L as archive -at- infoinfocus -dot- com -dot-
To unsubscribe send a blank email to techwr-l-unsubscribe -at- lists -dot- techwr-l -dot- com
or visit http://lists.techwr-l.com/mailman/options/techwr-l/archive%40infoinfocus.com


To subscribe, send a blank email to techwr-l-join -at- lists -dot- techwr-l -dot- com

Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
http://www.techwr-l.com/techwhirl/ for more resources and info.


References:
Batch Conversion of Images: From: Keith Hansen

Previous by Author: Re: Lots of acronyms (Was: Nitpicky little style question)
Next by Author: RE: What's in +your+ car? Was: Re: Map documentation
Previous by Thread: Re: Batch Conversion of Images
Next by Thread: RE: ISTC


What this post helpful? Share it with friends and colleagues:


Sponsored Ads