POV-Ray : Newsgroups : povray.animations : ImageMagic batch convert syntax? : Re: ImageMagic batch convert syntax? Server Time
28 Jul 2024 14:31:56 EDT (-0400)
  Re: ImageMagic batch convert syntax?  
From: Peter Popov
Date: 15 Feb 2000 00:38:46
Message: <ouKoON6D=NmusjrAAl=Z7M47gKtn@4ax.com>
On 14 Feb 2000 19:31:41 -0500, sjl### [at] ndirectcouk (Steve) wrote:

>
>Hi all
>
>I've been battling all day trying to get the batch convert
>syntax right for ImageMagic for Linux.

Steve,

try this:

for i in *.bmp; do convert $i `basename $i bmp`xpm; done

It worked here. And mind the backticks.


Peter Popov
pet### [at] tagpovrayorg
ICQ: 15002700


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.