Skip to content

Conversation

@vrabaud
Copy link
Contributor

@vrabaud vrabaud commented Jun 8, 2023

Files were obtained with:

for f in testExifOrientation*.png; do
exiftool -EXIF -b `basename -s .png $f`.jpg > /tmp/exif
avifenc --lossless --exif /tmp/exif $f `basename -s .png $f`.avif
done

This is like #1068 but with a proper branch name.

Files were obtained with:
for f in testExifOrientation*.png; do
exiftool -EXIF -b `basename -s .png $f`.jpg > /tmp/exif
avifenc --lossless --exif /tmp/exif $f `basename -s .png $f`.avif
done
@asmorkalov asmorkalov merged commit 5caf99f into opencv:4.x Jun 9, 2023
asmorkalov pushed a commit to opencv/opencv that referenced this pull request Jun 9, 2023
Add AVIF support through libavif. #23596

This is to fix #19271
Extra: opencv/opencv_extra#1069

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
@asmorkalov asmorkalov mentioned this pull request Jul 12, 2023
thewoz pushed a commit to thewoz/opencv that referenced this pull request Jan 4, 2024
Add AVIF support through libavif. opencv#23596

This is to fix opencv#19271
Extra: opencv/opencv_extra#1069

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
thewoz pushed a commit to thewoz/opencv that referenced this pull request May 29, 2024
Add AVIF support through libavif. opencv#23596

This is to fix opencv#19271
Extra: opencv/opencv_extra#1069

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
thewoz pushed a commit to thewoz/opencv that referenced this pull request May 30, 2024
Add AVIF support through libavif. opencv#23596

This is to fix opencv#19271
Extra: opencv/opencv_extra#1069

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
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.

2 participants