This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

Comments

1 comment

  • Avatar
    Itay Taragano

    There's a known issues where Android devices may not encode CMYK images correctly (as for the referred image).

    As a workaround, you can set the  color_space  parameter to  no_cmyk  ( cs_no_cmyk  in URLs) to convert CMYK images to RGB.

    Alternatively, you can set the  color_space  parameter to  srgb  ( cs_srgb  in URLs) to convert more accurately to sRGB.

    0
    Comment actions Permalink

Post is closed for comments.