PySimpleGUI
|
3776730709
|
Replaced PIL's deprecated constant ANTIALIAS with LANCZOS
|
2023-10-05 16:11:51 -04:00 |
PySimpleGUI
|
c008805e97
|
Fixed output filename so named using the resized values (also releasing to the standalone repo and the pypi psgresizer package)
|
2022-07-12 15:01:54 -04:00 |
PySimpleGUI
|
04c6f88ecb
|
Moved around the location the icon is set. Set the icon using set_global_icon so that popups also use the custom icohn
|
2022-05-10 09:15:09 -04:00 |
PySimpleGUI
|
f92df8c419
|
psgresizer demo updated both in Demo Programs and in the new standalone repo as well as on PyPI
|
2021-11-16 08:46:47 -05:00 |
PySimpleGUI
|
be8e11832e
|
Update Demo_Image_Resize_and_Base64_Encode.pyw
|
2021-10-25 14:47:53 -04:00 |
PySimpleGUI
|
d148c3472e
|
More instructions. Added the now standard "File Location" right click menu
|
2021-10-25 14:47:43 -04:00 |
PySimpleGUI
|
3f4f38a849
|
Option to fully autoclose - dangerous on non-window systems if using the clipboard base64 encoding feature. Named output file to match size setting.
|
2021-10-11 06:44:19 -04:00 |
PySimpleGUI
|
bbd6aa85e8
|
Fixed so that resizing does a RESCALE rather than absolute resize. Didn't realize PIL wasn't scaling.
|
2021-10-10 07:59:34 -04:00 |
PySimpleGUI
|
5c4070bdf9
|
New Demo - Resize image and optionally place Base64 encoded bytestring on clipboard
|
2021-10-07 20:50:06 -04:00 |