Paul wrote:
Hi,In order to convert large amount of pictures I need a command-line script which use convert command.#!/bin/sh
You mean ${file} instead of {$file}?
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
-- Joachim Backes <joachim.backes@xxxxxxxxxxxxxx> University of Kaiserslautern,Computer Center [RHRK], Systems and Operations, High Performance Computing, D-67653 Kaiserslautern, PO Box 3049, Germany -------------------------------------------------- Phone: +49-631-205-2438, FAX: +49-631-205-3056 http://hlrwm.rhrk.uni-kl.de/home/staff/backes.html
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list