Skip to content

Commit 474c13a

Browse files
authored
Merge pull request #31 from IEEE-SB-RIT/eventUpdates
Event updates
2 parents 77707e8 + 2b3cec0 commit 474c13a

21 files changed

Lines changed: 156 additions & 138 deletions

organize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
for idx,file in enumerate(files,start=1):
1313
img_path = os.path.join(source_path, file)
14-
new_file_name = f"Day1_{idx:02d}.webp"
14+
new_file_name = f"Day2_{idx:02d}.webp"
1515
save_path = os.path.join(dest_path, new_file_name)
1616

1717
with Image.open(img_path) as img:

public/roboGallery/Day2_01.webp

1.16 MB
Loading

public/roboGallery/Day2_02.webp

929 KB
Loading

public/roboGallery/Day2_03.webp

1.81 MB
Loading

public/roboGallery/Day2_04.webp

1.51 MB
Loading

public/roboGallery/Day2_05.webp

586 KB
Loading

public/roboGallery/Day2_06.webp

775 KB
Loading

public/roboGallery/Day2_07.webp

1.13 MB
Loading

public/roboGallery/Day2_08.webp

3.41 MB
Loading

public/roboGallery/Day2_09.webp

1.59 MB
Loading

0 commit comments

Comments
 (0)