Skip to content

Instantly share code, notes, and snippets.

View antosum's full-sized avatar

Antonin Sumner antosum

View GitHub Profile
from tkinter import *
from PIL import ImageTk,Image
import time
import os
targetImageWidth = 850
targetImageHeight = 400
inputImageWidth = 0
inputImageHeight = 0