Example #1
0
 def open(path):
     return Image(img=CachedImage.from_raw(PIL.Image.open(path)))
Example #2
0
 def from_raw(img):
     return Image(img=CachedImage.from_raw(img))