POV-Ray : Newsgroups : povray.general : Merge TGA File POVRay : Re: Merge TGA File POVRay Server Time
6 Oct 2024 10:03:07 EDT (-0400)
  Re: Merge TGA File POVRay  
From: jhu
Date: 18 May 2014 02:25:00
Message: <web.53785115aad10d64fd3737aa0@news.povray.org>
"gaprie" <gap### [at] gmailcom> wrote:
> Hello everyone,
> I would like to ask, if I have 2 pieces of Povray rendering result of TGA images
> and want to merge them into one whole image. Anyone ever tried?
> For example, the object "pawns.pov" which has a pixel size of 400 (w) x300 (h),
> I render into 2 parts:
> "pawns_top.tga" (rendered from rows 1-150) with the command:
> # Povray + W400 + H300 + SR1 +ER150 +FT +Opawns_top pawns.pov
> "pawns_bottom.tga" (rendered from lines 151-300) with the command:
> # Povray + W400 + H300 + SR151 +ER300 +FT +Opawns_bottom pawns.pov
> And I wish I merge into "pawns.tga"
> I have tried with the following command from the link
> "http://povray.tashcorp.net/tutorials/qd_multicpu_render/"
> # cp pawns_top.tga pawns.tga
> # tail-c +19 pawns_bottom.tga >> pawns.tga
> No error message,. But the merged image only contains images of paws_top.
> Thank you for all your help ^ _ ^.
> Regards,
> Galih

See my other post in the images section. For command-line utilities you should
look into imagemagik.


Post a reply to this message

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