Skip to content

Commit

Permalink
added ability to open HDR images in 10/12 bit #96
Browse files Browse the repository at this point in the history
Signed-off-by: bigcat88 <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed May 22, 2023
1 parent 2e8993c commit d6764c8
Show file tree
Hide file tree
Showing 10 changed files with 703 additions and 194 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file.

## [0.12.0 - 2023-0x-xx]

## Added

- (Heif) restored lost ability after `0.9.x` versions to open HDR images in 10/12 bit. #96

## Fixed

- (Heif) `encode` function with `stride` argument correctly saves image.
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include README.md
include CHANGELOG.md
include pyproject.toml

recursive-include pillow_heif *.c
recursive-include pillow_heif *.c *.h

graft libheif
graft tests
Expand Down
Loading

0 comments on commit d6764c8

Please sign in to comment.