My Project
Loading...
Searching...
No Matches
project_final_commented.ImageIO.ImageIO Class Reference

Public Member Functions

 __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)
 

Public Attributes

 shared_data = shared_data
 Initializator for whole method.
 

Member Data Documentation

◆ 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_daraparsed 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: