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

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
Copy link
Contributor

@vrabaud Please create branch with the same name as original PR and re-create the PR in extra. We need branch name matching for CI and regular merges 4.x->5.x.

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