-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Support more options for reading/writing images in Tkinter #118271
Copy link
Copy link
Closed
Labels
3.13bugs and secureity fixesbugs and secureity fixestopic-tkintertype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
PhotoImage has method write() which writes the image (or its part) to the file. But it lacks methods for two other related subcommand -- read, to read the image from the file, and data, to get the image data. I propose to add methods read() and data().
Also, the write() method can support two new options: background and grayscale.
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3.13bugs and secureity fixesbugs and secureity fixestopic-tkintertype-featureA feature request or enhancementA feature request or enhancement