예제 #1
0
파일: media.py 프로젝트: hyena/libweasyl
 def as_image(self):
     return images.read(self.full_file_path.encode())
예제 #2
0
파일: media.py 프로젝트: charmander/weasyl
 def as_image(self):
     return images.read(self.full_file_path.encode())