AO2XP/image_crap.py
2020-08-02 03:13:46 -04:00

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