9 lines
111 B
Python
9 lines
111 B
Python
![]() |
from PIL import Image
|
||
|
from PyQt4 import QtGui
|
||
|
import io
|
||
|
|
||
|
def load_apng(file):
|
||
|
pass
|
||
|
|
||
|
def load_webp(file):
|
||
|
pass
|