|
|
Hi all
I've been battling all day trying to get the batch convert
syntax right for ImageMagic for Linux.
I've tried what looks obvious from the docks such as
$ convert strobe*.png PPM:strobe*.ppm
$ convert strobe???.png ppm:strobe???ppm
the input section works but the output doesn't.
I've tried a bash script found in a book 'Running
Linux, O'reilly'.
The syntax they give is as follows character for
character:
for i in *.bmp
do
convert $i xpm:'basename $i .bmp' .xpm
done
I've put my own file types in and file names etc, and
tried many variations on this theme but nothing seems
to work, at one point it completely filled the HD which
has 2G free space on it, other times it'll say input file
not found etc, etc.
I'd be grateful if anyone could come up with a solution, I'm
even considering getting the old version on Megapov and
rerendering the whole 216 frames in the correct format,
the photons in 0.4 are totally different, it only took 5
days to render last time.
--
Cheers
Steve email mailto:sjl### [at] ndirectcouk
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.ndirect.co.uk/~sjlen/
or http://start.at/zero-pps
12:00am up 11:03, 5 users, load average: 1.25, 1.07, 1.10
Post a reply to this message
|
|