mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
image: Initialize strip_color_profile
with a default value
This commit is contained in:
parent
8200d1f68b
commit
2a91245a96
Notes:
sideshowbarker
2024-07-17 06:09:44 +09:00
Author: https://github.com/LucasChollet
Commit: 2a91245a96
Pull-request: https://github.com/SerenityOS/serenity/pull/18590
Reviewed-by: https://github.com/timschumi ✅
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