POV-Ray : Newsgroups : povray.off-topic : Merge hundreds of images together? : Re: Merge hundreds of images together? Server Time
3 Sep 2024 23:29:23 EDT (-0400)
  Re: Merge hundreds of images together?  
From: Darren New
Date: 2 Jul 2010 14:16:22
Message: <4c2e2cf6$1@news.povray.org>
Darren New wrote:
> If you use the textual version of PPM, you can open it in a text editor 

convert xyz.png -compress None xyz.ppm

Then edit xyz.ppm in a text editor. You'll get a header (P3), the X, Y, and 
maximum data value, then X*Y ascii integers.

Read em, average em, convert em back.

-- 
Darren New, San Diego CA, USA (PST)
    C# - a language whose greatest drawback
    is that its best implementation comes
    from a company that doesn't hate Microsoft.


Post a reply to this message

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