Subclasses of VirtualStack in ij.plugin |
class |
AVI_Reader
ImageJ Plugin for reading an AVI file into an image stack
(one slice per video frame)
Version 2008-07-03 by Michael Schmid, based on a plugin by
Daniel Marsh and Wayne Rasband
Restrictions and Notes:
- Only few formats supported:
- uncompressed 8 bit with palette (=LUT)
- uncompressed 8 & 16 bit grayscale
- uncompressed 24 & 32 bit RGB (alpha channel ignored)
- uncompressed 32 bit AYUV (alpha channel ignored)
- various YUV 4:2:2 compressed formats
- png or jpeg-encoded individual frames. |
class |
FileInfoVirtualStack
This plugin opens a multi-page TIFF file as a virtual stack. |
class |
ListVirtualStack
This plugin opens images specified by list of file paths as a virtual stack. |