Re: Image manipulationwith GIMP and convert

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux