Ejemplo n.º 1
0
 def Solarize(self):
     threshold = int(input("Threshold : "))
     ImageOps.solarize(self.image, threshold).show()
     if utility.savechanges():
         self.image = ImageOps.Solarize(self.image, threshold)
     self.Options()