Exemple #1
0
 def greenButtonClicked(self):
     """
     This function is called when the Make Blue button is pressed in the
     application to then call the convert_image_to_xxx method.
     """
     img = Convert(Image.open('original.jpg'))
     img.convert_image_to_green()
     self.display_saved()