Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIL: YCbCR encoding support #169

Merged
merged 2 commits into from
Nov 12, 2023
Merged

PIL: YCbCR encoding support #169

merged 2 commits into from
Nov 12, 2023

Conversation

bigcat88
Copy link
Owner

Fixes longstading workaround, when if image was in YCbCr mode we first convert it to RGB before encoding.

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Copy link

codecov bot commented Nov 11, 2023

Codecov Report

Merging #169 (9f7fa07) into master (6ab4793) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #169   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          881       907   +26     
=========================================
+ Hits           881       907   +26     
Files Coverage Δ
pillow_heif/as_plugin.py 100.00% <100.00%> (ø)
pillow_heif/constants.py 100.00% <100.00%> (ø)
pillow_heif/misc.py 100.00% <100.00%> (ø)

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
@bigcat88 bigcat88 merged commit 97aa0d7 into master Nov 12, 2023
25 checks passed
@bigcat88 bigcat88 deleted the PIL-YCbCr-native-encoding branch November 12, 2023 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant