• Add a gallery class for videos, treating each frame as a separate template in a
    templatelist. Currently only uses the .avi file extension, other formats can be
    read via something like "Open!other_operations," and I'm not aware of a
    pressing reason to support output to other video containers
    
    Signed-off-by: caotto <ottochar@gmail.com>
    caotto authored
     
    Browse Code »
  • Opening videos via the open transform will result in all frames of a video
    being loaded into memory, and stored as matrices of a single template.
    Modify defaultFormat to try to read a file as a video if it can't be read as an
    image (since video files can also have various file extensions).
    
    Signed-off-by: caotto <ottochar@gmail.com>
    caotto authored
     
    Browse Code »
  • Scott Klum authored
     
    Browse Code »