Hi, > In order to convert large amount of pictures I need a command-line > script which use convert command. #!/bin/sh for file in *.gif; do convert "{$file}" "{$file}.png"; done okay, that will give you filename.gif.png, but should do the trick. > How must I do that using convert command? convert -help should help (-scale should do it) TTFN Paul -- "Der einzige Weg, Leute zu kontrollieren ist sie anzulügen" - L. Ron "Ich kann kein Science-Fiction schreiben" Hubbard; Lügner, Betrüger, Fixer und Wohltäter zu niemandem
Attachment:
signature.asc
Description: This is a digitally signed message part