mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:24:57 +00:00
image: Initialize strip_color_profile
with a default value
This commit is contained in:
parent
8200d1f68b
commit
2a91245a96
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
StringView convert_color_profile_path;
|
||||
args_parser.add_option(convert_color_profile_path, "Load color profile from file and convert output image from current profile to loaded profile", "convert-to-color-profile", {}, "FILE");
|
||||
|
||||
bool strip_color_profile;
|
||||
bool strip_color_profile = false;
|
||||
args_parser.add_option(strip_color_profile, "Do not write color profile to output", "strip-color-profile", {});
|
||||
|
||||
args_parser.parse(arguments);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue