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

Class tifimage

source code

           object --+    
                    |    
fabioimage.fabioimage --+
                        |
                       tifimage
Known Subclasses:

Images in TIF format Wraps PIL

Instance Methods [hide private]
 
__init__(self, *args, **kwds)
Tifimage constructor adds an nbits member attribute
source code
 
_readheader(self, infile)
Don't know how to read tiff tags yet...
source code
 
read(self, fname)
The fabian read was reading a PIL image We convert this to a numpy array
source code
 
write(self, fname)
...
source code

Inherited from fabioimage.fabioimage: add, getframe, getheader, getmax, getmean, getmin, getstddev, integrate_area, make_slice, next, previous, readheader, rebin, resetvals, toPIL16, update_header

Inherited from fabioimage.fabioimage (private): _compressed_stream, _open

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

Class Variables [hide private]
  _need_a_seek_to_read = True

Inherited from fabioimage.fabioimage (private): _need_a_real_file

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwds)
(Constructor)

source code 

Tifimage constructor adds an nbits member attribute

Overrides: object.__init__

_readheader(self, infile)

source code 

Don't know how to read tiff tags yet...

Overrides: fabioimage.fabioimage._readheader

read(self, fname)

source code 

The fabian read was reading a PIL image We convert this to a numpy array

Overrides: fabioimage.fabioimage.read

write(self, fname)

source code 

... at least try ...

Overrides: fabioimage.fabioimage.write