Alex Hortua
Creating new implementation of this code
380570c
raw
history blame
130 Bytes
from app import create_anaglyph
# Provide paths to your test images
create_anaglyph("person.png", "bg.png", "test_anaglyph.png")