|
| __init__ (self, shared_data) |
| This class is in charge of image input and output.
|
|
| load_image (self, path) |
|
| write_image (self, img, fileName="image.png") |
|
| show_image (self, img, title="Image Title", canvas=None) |
|
|
| shared_data = shared_data |
| Initializator for whole method.
|
|
◆ shared_data
project_final_commented.ImageIO.ImageIO.shared_data = shared_data |
Initializator for whole method.
Get parsed config file data from the class 'SharedData'
- Parameters
-
shared_dara | parsed config file |
- Returns
- None
- Warning
- This method will not check config data is valid or not
The documentation for this class was generated from the following file: