POV-Ray : Newsgroups : povray.general : How to assemble images after distributed rendering? : Re: How to assemble images after distributed rendering? Server Time
29 Jul 2024 12:27:58 EDT (-0400)
  Re: How to assemble images after distributed rendering?  
From: Le Forgeron
Date: 7 Jun 2011 08:13:11
Message: <4dee15d7$1@news.povray.org>
Le 04/06/2011 23:01, Marvin a écrit :
> $ povray +FN +W400 +H300 +SC00 +EC99 +Omodel-000000.png radiosity3a.pov
> $ povray +FN +W400 +H300 +SC100 +EC199 +Omodel-000001.png radiosity3a.pov
> $ povray +FN +W400 +H300 +SC200 +EC299 +Omodel-000002.png radiosity3a.pov
> $ povray +FN +W400 +H300 +SC300 +EC399 +Omodel-000003.png radiosity3a.pov
> 

Beware of the bound of +SC/+EC too... column starts at 1

>
http://wiki.povray.org/content/Documentation:Reference_Section_1#Partial_Output_Options

So, it should be
 +SC001 +EC100
 +SC101 +EC200
 +SC201 +EC300
 +SC301 +EC400

For slices from 3.6, the order in convert should be from right to left
to avoid the white line. And do not forget the "-page +0+0" for each of
them.



-- 
Software is like dirt - it costs time and money to change it and move it
around.

Just because you can't see it, it doesn't weigh anything,
and you can't drill a hole in it and stick a rivet into it doesn't mean
it's free.


Post a reply to this message

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