File size: 177 Bytes
3a330e0
 
 
 
 
 
1
2
3
4
5
6
7
from PIL import Image

from pipeline.layer4_provenance import check_provenance

im = Image.open("examples/fb_listing_screenshot.png").convert("RGB")
print(check_provenance(im))