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:
Code: Select all
convert -quality 100 1.pct 1.jpg
Code: Select all
convert -quality 100 *.pct jpg
What do I need to do to just change the extension?
Thanks!