Hue Tint Color error converting tiff to jpg in python3 with pillow
问题 While saving jpg thumbnails from tiff (CMYK) file I'm encountering the following problem: Thumbnail created with color mode conversion from CMYK to RGB gets blue hue: Thumbnail created from the same tiff in photoshop (no ICC profile, not converted to sRGB, RGB only) get the colors the right way: Thumbnails created without color mode conversion (jpeg with CMYK) gets similar results to the photoshopped ones but are not usable for the web (still blue). Code snippet: img = Image.open(img_tiff)