|
__init__(self,
filename)
create from a filename (String) |
source code
|
|
|
|
|
|
|
current(self)
return current filename string |
source code
|
|
|
|
|
next_image(self)
returns the next image as a fabioimage |
source code
|
|
|
prev_image(self)
returns the previos image as a fabioimage |
source code
|
|
|
current_image(self)
returns the current image as a fabioimage |
source code
|
|
|
jump_image(self,
num)
returns the image number as a fabioimage |
source code
|
|
|
next_object(self)
returns the next filename as a fabio.filename_object |
source code
|
|
|
previous_object(self)
returns the previous filename as a fabio.filename_object |
source code
|
|
|
current_object(self)
returns the current filename as a fabio.filename_object |
source code
|
|
|
jump_object(self,
num)
returns the filename num as a fabio.filename_object |
source code
|
|