Fedora Linux Support Community & Resources Center
  #1  
Old 2nd November 2007, 08:21 PM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
Converting several image files at once

In another thread TangledWeb suggested we move this to programming. The original poster asked for a good method to change several wmf files to png or gif files.

tmfaler gave an interesting looking perl method and I asked why perl rather than shell. In this case, it's just because tmfaler tended to think of perl solutions.

So, this new thread isn't to argue the point (although let me correct my syntax from the other thread--I'd just use a simple for loop.)

It's merely put here in the hope that it helps others wondering how to change their MS based files to something usable in Fedora.

Code:
for i in *.wmf; do convert ${i} ${i%%.wmf}.png; done
Reply With Quote
Reply

Tags
converting, files, image

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting PDF files mickeyboy Using Fedora 2 11th February 2007 12:42 AM
Converting files The New World Using Fedora 3 15th November 2006 10:27 AM


Current GMT-time: 12:47 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat