mirror of
https://github.com/maciej3031/comixify.git
synced 2026-03-11 08:54:35 +00:00
7 lines
147 B
Python
7 lines
147 B
Python
from PIL import Image
|
|
import cv2
|
|
|
|
class LayoutGenerator():
|
|
@staticmethod
|
|
def get_layout(frames):
|
|
return cv2.imread('tmp/test.jpg')
|