正如您在ImageMagick的第7版中所知,默认情况下启用了HDRi。当我在C#中使用Magick.Net时,如何禁用此功能。 请不要回答我需要在C#中执行的命令行解决方案。
答案 0 :(得分:1)
ImageMagick 7 has HDRI enabled by default but with Magick.NET this will only happen when you use the Q16-HDRI version of Magick.NET. When you use the Q8 or the Q16 version you will not have HDRI enabled.