-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
3.13bugs and security fixesbugs and security 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
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixestopic-tkintertype-featureA feature request or enhancementA feature request or enhancement