batch convert erroneously labeled files

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Peyrol
Posts: 2
Joined: 2013-02-22T12:13:45-07:00
Authentication code: 6789

batch convert erroneously labeled files

Post by Peyrol »

I have 950 files, labeled tw00f3301.png to tw00f4250.png, which are in fact bmp files. ImageMagick does recognize them as bmp files.

I wish to convert them to png and ultimately keep the same names. How could I do this? Thanks for your attention.

David
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: batch convert erroneously labeled files

Post by fmw42 »

Peyrol
Posts: 2
Joined: 2013-02-22T12:13:45-07:00
Authentication code: 6789

Re: batch convert erroneously labeled files

Post by Peyrol »

Thank you, it worked like a charm.
Post Reply