|
Methods
|
|
BeginImage End SetFormat SetOutputDatatype SetOutputFilename __init__ writebytes
|
|
|
BeginImage
|
BeginImage ( self )
Part of ImageSink protocol
Opens the output file as self.file |
|
|
End
|
End ( self )
Part of ImageSink protocol
Closes the output file. |
|
|
SetFormat
|
SetFormat ( self, format )
Part of ImageSink protocol
stores the format as self.format |
|
|
SetOutputDatatype
|
SetOutputDatatype ( self, datatype )
Part of ImageSink protocol
stores the datatype as self.outdatatype |
|
|
SetOutputFilename
|
SetOutputFilename ( self, outfilename )
Part of ImageSink protocol
stores the outfilename as self.outfilename |
|
|
__init__
|
__init__ (
self,
outfilename=None,
datatype=None,
)
|
|
|
writebytes
|
writebytes ( self, s )
Writes a buffer to the open output file. |