PySimpleGUI
|
7f485c5f78
|
Remove extra space accidently added (learned you can put spaces after periods in Python?)
|
2023-10-05 16:26:20 -04:00 |
PySimpleGUI
|
3776730709
|
Replaced PIL's deprecated constant ANTIALIAS with LANCZOS
|
2023-10-05 16:11:51 -04:00 |
PySimpleGUI
|
241963a845
|
Updated to include filename display, dark theme, removed old unused code, called window.refresh instead of window.read (the correct method to call in this situation)
|
2021-11-06 09:59:08 -04:00 |
PySimpleGUI
|
3da7c7b0da
|
Created a single convert_to_bytes function that will take both filename and bytes as input
|
2020-06-16 10:54:40 -04:00 |
PySimpleGUI
|
e3185a22ae
|
Fix for image resizing algorithm. Was only resizing to square images.
|
2020-06-16 07:58:24 -04:00 |
PySimpleGUI
|
de689acdfc
|
New Demo to display images using Graph Element
|
2020-06-14 20:37:08 -04:00 |