I have been trying to convert a TIF file in Lab colorspace to PDF format, but the converted file has the colors changed.
When converting to PDF, I end up with a file like [Tiff-Lab-300DPI.tif_ImageConverter.pdf]..
Note: I also do a bit of resizing before converting to PDF.
Comments: Hi, Just checked with the latest version 7.0.5.900 (https://github.com/dlemstra/Magick.NET/releases/tag/7.0.5.900) am still facing the same issue. For now, I have added a check to change to sRGB if the colorspace is Lab and it seems to be working for me at the moment. Although I would like to remove such special handling in the long run.
When converting to PDF, I end up with a file like [Tiff-Lab-300DPI.tif_ImageConverter.pdf]..
Note: I also do a bit of resizing before converting to PDF.
Comments: Hi, Just checked with the latest version 7.0.5.900 (https://github.com/dlemstra/Magick.NET/releases/tag/7.0.5.900) am still facing the same issue. For now, I have added a check to change to sRGB if the colorspace is Lab and it seems to be working for me at the moment. Although I would like to remove such special handling in the long run.