You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In getConversionCode, there a some suspicious addition of || enc::isMono(src_encoding) in the code to determine if the source encoding (is_src_color_format) is a color one. Same for is_dst_color_format.
I can write a PR.
The text was updated successfully, but these errors were encountered:
In
getConversionCode
, there a some suspicious addition of|| enc::isMono(src_encoding)
in the code to determine if the source encoding (is_src_color_format
) is a color one. Same foris_dst_color_format
.I can write a PR.
The text was updated successfully, but these errors were encountered: