mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
Added LightSource tag values
This commit is contained in:
parent
df8e872912
commit
509dcbf073
|
@ -346,3 +346,27 @@ class Interop(IntEnum):
|
||||||
RelatedImageFileFormat = 4096
|
RelatedImageFileFormat = 4096
|
||||||
RelatedImageWidth = 4097
|
RelatedImageWidth = 4097
|
||||||
RleatedImageHeight = 4098
|
RleatedImageHeight = 4098
|
||||||
|
|
||||||
|
|
||||||
|
class LightSource(IntEnum):
|
||||||
|
Unknown = 0
|
||||||
|
Daylight = 1
|
||||||
|
Fluorescent = 2
|
||||||
|
Tungsten = 3
|
||||||
|
Flash = 4
|
||||||
|
Fine = 9
|
||||||
|
Cloudy = 10
|
||||||
|
Shade = 11
|
||||||
|
DaylightFluorescent = 12
|
||||||
|
DayWhiteFluorescent = 13
|
||||||
|
CoolWhiteFluorescent = 14
|
||||||
|
WhiteFluorescent = 15
|
||||||
|
StandardLightA = 17
|
||||||
|
StandardLightB = 18
|
||||||
|
StandardLightC = 19
|
||||||
|
D55 = 20
|
||||||
|
D65 = 21
|
||||||
|
D75 = 22
|
||||||
|
D50 = 23
|
||||||
|
ISO = 24
|
||||||
|
Other = 255
|
||||||
|
|
Loading…
Reference in New Issue
Block a user