Skip to content

Commit

Permalink
Removed old check because Linux and macOS have OpenEXR support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jul 26, 2020
1 parent 3b53f0f commit 0249eff
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ private static bool ShouldReport(MagickFormat format)
if (format == MagickFormat.Clipboard || format == MagickFormat.Emf || format == MagickFormat.Wmf)
return false;

if (format == MagickFormat.Exr)
return false;

if (format == MagickFormat.Flif)
return false;
#endif
Expand Down

0 comments on commit 0249eff

Please sign in to comment.