Search found 2 matches

by rekam
2012-07-20T01:16:04-07:00
Forum: Users
Topic: How to convert multiple files, keeping the same name
Replies: 3
Views: 164358

Re: How to convert multiple files, keeping the same name

anthony wrote:If going to a different format use -format jpg with mogrify
Thanks, that's it!

Here's the code I used:

Code: Select all

mogrify -format pct *.jpg
by rekam
2012-07-17T07:12:32-07:00
Forum: Users
Topic: How to convert multiple files, keeping the same name
Replies: 3
Views: 164358

How to convert multiple files, keeping the same name

Hi ! I searched bit and tried a little bit, but I can't find a solution to this: I have multiple PCT files that I want to transform to jpeg. To convert one, I do: convert -quality 100 1.pct 1.jpg Easy and it works. But then I have tons of pct files. So convert -quality 100 *.pct jpg .. does the tric...