comixify/comic_layout/comic_layout.py
2018-08-07 09:29:16 +02:00

7 lines
147 B
Python

from PIL import Image
import cv2
class LayoutGenerator():
@staticmethod
def get_layout(frames):
return cv2.imread('tmp/test.jpg')