| Trees | Index | Help |
|
|---|
| Package FreeImagePy :: Module buffer :: Class IO |
|
object --+
|
IO
FileIOWrapped FreeImageIO structure used by the handle functions. Implement the callback functions as instance methods.
Has the virtual methods ReadProc, WriteProc, SeekProc and TellProc.Author: Lenard Lindstrom
| Method Summary | |
|---|---|
__init__(self,
fi)
| |
| (type, value, traceback) |
Return information about the most recent exception caught by an except clause in the current stack frame or in an older stack frame. |
| int |
GetFileType from handle |
| int |
Load an image from the source this instance represents. |
Dummy read proc. | |
| int |
Save an image to the destination this instance represents. |
Dummy seek proc. | |
Dummy tell proc. | |
Dummy write proc. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Method Details |
|---|
getType(self)GetFileType from handle
|
load(self, fif, flags=0)Load an image from the source this instance represents.
|
ReadProc(self, buffer, size, count)Dummy read proc. Indicate error. |
save(self, fif, bitmap, flags=0)Save an image to the destination this instance represents.
|
SeekProc(self, offset, origin)Dummy seek proc. Indicate error. |
TellProc(self)Dummy tell proc. Indicate error. |
WriteProc(self, buffer, size, count)Dummy write proc. Indicate error. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Nov 17 12:52:34 2006 | http://epydoc.sf.net |