mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-01 20:10:28 +00:00
ICC: Make a "not yet implemented" string more precise
This commit is contained in:
parent
103f818afc
commit
82bd7c33d1
Notes:
sideshowbarker
2024-07-17 01:10:58 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/82bd7c33d1 Pull-request: https://github.com/SerenityOS/serenity/pull/18596 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/gmta
1 changed files with 1 additions and 1 deletions
|
@ -1401,7 +1401,7 @@ ErrorOr<FloatVector3> Profile::to_pcs(ReadonlyBytes color) const
|
|||
// rendering intent if present, when the tag in a) is not used."
|
||||
if (has_tag(forward_transform_tag_for_rendering_intent(rendering_intent()))) {
|
||||
// FIXME
|
||||
return Error::from_string_literal("ICC::Profile::to_pcs: AToB0Tag handling not yet implemented");
|
||||
return Error::from_string_literal("ICC::Profile::to_pcs: AToB*Tag handling not yet implemented");
|
||||
}
|
||||
|
||||
// "c) Use the BToA0Tag or AToB0Tag if present, when the tags in a) and b) are not used."
|
||||
|
|
Loading…
Reference in a new issue