Package fabio :: Module TiffIO :: Class TiffIO
[hide private]
[frames] | no frames]

Class TiffIO

source code

object --+
         |
        TiffIO

Instance Methods [hide private]
 
__init__(self, filename, mode=None, cache_length=20, mono_output=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_initInternalVariables(self, fd=None) source code
 
__makeSureFileIsOpen(self) source code
 
__makeSureFileIsClosed(self) source code
 
getNumberOfImages(self) source code
 
_updateIFD(self) source code
 
getImageFileDirectories(self, fd=None) source code
 
_parseImageFileDirectory(self, nImage) source code
 
_readIFDEntry(self, tag, tagIDList, fieldTypeList, nValuesList, valueOffsetList) source code
 
getData(self, nImage, **kw) source code
 
getImage(self, nImage) source code
 
getInfo(self, nImage, **kw) source code
 
_readInfo(self, nImage, close=True) source code
 
_readImage(self, nImage, **kw) source code
 
writeImage(self, image0, info=None, software=None, date=None) source code
 
_initEmptyFile(self, fd=None) source code
 
_getOutputIFD(self, image, description=None, software=None, date=None) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, filename, mode=None, cache_length=20, mono_output=False)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)