Re: [idvusers] individual images from movie loop

yates@xxxxxxxx wrote:
Hey Don or Jeff, I am trying to generate individual
images with specific names and locations with some isl script..
but try as I may, the script is always generating the name
for me and sticking it in
.metapps/DefaultIdv/tmp/

my pathetic bit of isl is:

  <property name="ImageDir" value="/uaedev-fido-raid/images/D3/"/>
  <property name="ImageType" value="png"/>

   <movie file = "" >
     imagedir = "/uaedev-fido-raid/images/D3/"
     imagetemplate="{$ImageDir}TmpWndCld_%count%_%time%"
     imagesuffix="png"
   </movie>
Hi Dave,
the imagedir="..."
etc,
should be attributes of the movie tag. e.g.:
<movie file="..."  imagedir="..." imagetemplate="..." imagesuffix="..."/>


-Jeff



  • 2007 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the idvusers archives: