DIP image Reader
|
Methods
|
|
Read ReadFile __init__
|
|
|
Read
|
Read ( self, filename )
Send the image in filename down the client sink |
|
|
ReadFile
|
ReadFile (
self,
file,
filename,
)
Send the image in the open file file down the client sink |
|
|
__init__
|
__init__ ( self, sink )
Requires one argument: the destination image sink.
|
|