POV-Ray : Newsgroups : povray.animations : JPEGs and Movies : Re: JPEGs and Movies Server Time
2 Jun 2024 06:12:51 EDT (-0400)
  Re: JPEGs and Movies  
From: James
Date: 8 Jan 2006 02:15:00
Message: <web.43c0bbcfcff073b1f5c315de0@news.povray.org>
> >instead of using concat within the filename:
> >image_map { jpeg concat("filename", str(filenum,0,0),".jpg")}
> >
> >try predeclaring it:
> >
> >#declare filnam = concat("filename", str(filenum,0,0),".jpg");
> >image_map {jpeg filam}
>
> You may need to use str(filenum,-4,0) to get the leading zeroes in
> "train0001.jpg".

Appreciate the help lads, but neither of those methods worked, I put
together 1000 lines in excel the easy way and imported it into a
switch/case routine and got the desired result, but its still tedious.


Post a reply to this message

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