POV-Ray : Newsgroups : povray.unix : bash: povray INPUT_PNG.png MY_INI.ini : Re: bash: povray INPUT_PNG.png MY_INI.ini Server Time
1 Jun 2024 03:10:53 EDT (-0400)
  Re: bash: povray INPUT_PNG.png MY_INI.ini  
From: gregjohn
Date: 31 May 2007 14:25:02
Message: <web.465f11db9c2d5fa540d56c170@news.povray.org>
Christoph Hormann <chr### [at] gmxde> wrote:
> Simple solution:
>
> for file in *.png ; do
>    cp $file temp.png
>    povray -iscene.pov [options]
>    -o`echo "$file" | sed 's?png$?render.png?'`
> done
>
> where scene.pov always uses temp.png
>
> -- Christoph


Thanks.  But to make sure I understand what's happening there, could you
briefly explain line by line, especially the [options] part? I'm trying to
figure out what kind of iscene.pov I would have to set up beforehand.


Post a reply to this message

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