stitch *.jpg stitches all jpg files in the current directory stitch img_dir/IMG*.jpg stitches all files in the img_dir directory starting with "IMG" and ending with ".jpg" stitch img1.jpg img2.jpg ...
cursor.execute("CREATE TABLE IF NOT EXISTS results (id INTEGER PRIMARY KEY AUTOINCREMENT, algorithm TEXT, file_size_bytes INTEGER, keygen_ms REAL, encaps_ms REAL, decaps_ms REAL, aes_ms REAL, ...