python-pillow / Pillow

Python Imaging Library (Fork)
https://python-pillow.org
Other
12.32k stars 2.23k forks source link

Use enums for Modes and RawModes in C #8510

Open Yay295 opened 3 weeks ago

Yay295 commented 3 weeks ago

Adds some type safety when comparing modes, and replaces a lot of string comparisons with enum comparisons.