POV-Ray : Newsgroups : povray.off-topic : Merge hundreds of images together? : Re: Merge hundreds of images together? Server Time
4 Sep 2024 05:16:34 EDT (-0400)
  Re: Merge hundreds of images together?  
From: Shay
Date: 7 Jul 2010 13:50:26
Message: <4C34BE74.3080803@n.n>
Thank you.

On 07/07/2010 10:49 AM, Aydan wrote:
> import os
> import sys
> path=sys.argv[1]
> filelist=os.listdir(path)
> #print the file list:
> print "\n".join(filelist)
> for filename in filelist:
>    if os.path.isfile(filename):
>      #do whatever


Post a reply to this message

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