Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: batch converting images with image::magick?

by esh (Pilgrim)
on Aug 27, 2003 at 07:12 UTC ( [id://286957]=note: print w/replies, xml ) Need Help??


in reply to batch converting images with image::magick?

Appropriately, some Perl answers have been provided, but if you don't feel like "just writing a quick script" you could instead "just type a quick command":

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

I assume you're using Linux/Unix or some OS with command line ImageMagick tools (convert) available.

-- Eric Hammond

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://286957]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-19 01:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found