Changes between Version 1 and Version 2 of Ticket #823, comment 1
- Timestamp:
- Dec 27, 2013, 2:13:18 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #823, comment 1
v1 v2 3 3 1) Retrieve information about the file and skip color space conversion if it is already in the RGB color space. 4 4 5 2) Always perform eda conversion to RGB color space.5 2) Always perform a conversion to RGB color space. 6 6 7 7 Which choice is best depends upon the capabilities of the Python Imaging Library. The second approach is simpler as long as PIL allows RGB to RGB "conversion" and does not degrade the original RGB image (or treat it as an error condition), while the first approach is more intuitive, it is dependent upon PIL's ability to retrieve the color space info of the original file.