POV-Ray : Newsgroups : povray.unix : automated splicing of images after faking SMP : Re: automated splicing of images after faking SMP Server Time
28 Jul 2024 14:22:57 EDT (-0400)
  Re: automated splicing of images after faking SMP  
From: Warp
Date: 9 Sep 2000 18:09:36
Message: <39bab520@news.povray.org>
D. Stark <dms### [at] esupportnowcom> wrote:
: Does anybody know of a command line util that will cat together two
: images? I want to create a script that will render my image with two
: povray processes and put them together without having to open up the
: gimp and kludge them together by hand.

  I used this kind of unioning image parts in my distribution script. It
requires that the image parts are in uncompressed targa format.

mv ImagePart00000.tga $IMAGE
for FILE in ImagePart?????.tga
do
    tail +19c $FILE >> $IMAGE
done


-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

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