0

As you may know in the version 7 of ImageMagick, HDRi is enabled by default. How can I disable this functionality when I am using Magick.Net in C#. Please do not answer the command line solution I need to do it in C#.

dlemstra
  • 7,813
  • 2
  • 27
  • 43
Meysam
  • 555
  • 1
  • 3
  • 16

1 Answers1

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.

dlemstra
  • 7,813
  • 2
  • 27
  • 43