Skip to content

Commit

Permalink
turn off macOS_compatibility_workaround_no_nclx_profile by default
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 30, 2023
1 parent 127c1ca commit 136cf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/heif.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2606,7 +2606,7 @@ static void set_default_options(heif_encoding_options& options)
options.macOS_compatibility_workaround = false;
options.save_two_colr_boxes_when_ICC_and_nclx_available = false;
options.output_nclx_profile = nullptr;
options.macOS_compatibility_workaround_no_nclx_profile = true;
options.macOS_compatibility_workaround_no_nclx_profile = false;
options.image_orientation = heif_orientation_normal;

options.color_conversion_options.version = 1;
Expand Down

0 comments on commit 136cf01

Please sign in to comment.