.. java:import:: ij ImagePlus .. java:import:: ij ImageStack .. java:import:: ij.io Opener .. java:import:: java.io File .. java:import:: java.util.logging Level .. java:import:: java.util.logging Logger TiffParser ========== .. java:package:: ch.epfl.leb.sass.utils :noindex: .. java:type:: public class TiffParser Parses the ImageStack into RAM out of a .tiff file. :author: Marcel Stefko Methods ------- loadGeneralTiff ^^^^^^^^^^^^^^^ .. java:method:: public final ImageStack loadGeneralTiff(File file) :outertype: TiffParser Loads a tiff stack from a file on disk into RAM :param file: tiff file to be loaded :return: loaded image stack