You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest updates when an SVG is converted to png the output does not come as expected (the colors are lost). I believe its because of the change in the cairosvg/image.py file where a check is added to convert "CMYK" to "RGB".
82 if image.mode == "CMYK":
83 image = image.convert("RGB")
Can I ask what is this doing. Maybe there is a problem while converting CMYK to RGB.
Sorry I am not providing the files but I found the error after updating and then rolled back to the previous version.
The text was updated successfully, but these errors were encountered:
In the latest updates when an SVG is converted to png the output does not come as expected (the colors are lost). I believe its because of the change in the cairosvg/image.py file where a check is added to convert "CMYK" to "RGB".
Can I ask what is this doing. Maybe there is a problem while converting CMYK to RGB.
Sorry I am not providing the files but I found the error after updating and then rolled back to the previous version.
The text was updated successfully, but these errors were encountered: