Changes between Version 1 and Version 2 of Ticket #823, comment 1


Ignore:
Timestamp:
Dec 27, 2013, 2:13:18 PM (10 years ago)
Author:
saul

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #823, comment 1

    v1 v2  
    331) Retrieve information about the file and skip color space conversion if it is already in the RGB color space.
    44
    5 2) Always performed a conversion to RGB color space.
     52) Always perform a conversion to RGB color space.
    66
    77Which 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.