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

Prefer writing PNG eXIf chunk #2440

Merged
merged 1 commit into from
Dec 27, 2022
Merged

Prefer writing PNG eXIf chunk #2440

merged 1 commit into from
Dec 27, 2022

Conversation

kmilos
Copy link
Collaborator

@kmilos kmilos commented Dec 26, 2022

Resolves #2250

We still support reading the (unregistered) legacy text chunks, but always write out the eXIf chunk added to the PNG spec (as Exiftool does).

@kmilos kmilos added enhancement feature / functionality enhancements imageHandler Anything related to specific ImageHandlers labels Dec 26, 2022
@kmilos kmilos added this to the v1.00 milestone Dec 26, 2022
@codecov
Copy link

codecov bot commented Dec 26, 2022

Codecov Report

Merging #2440 (b52ade8) into main (13ecfbc) will decrease coverage by 0.00%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##             main    #2440      +/-   ##
==========================================
- Coverage   65.43%   65.43%   -0.01%     
==========================================
  Files         118      118              
  Lines       21661    21661              
  Branches    10465    10467       +2     
==========================================
- Hits        14174    14173       -1     
  Misses       5296     5296              
- Partials     2191     2192       +1     
Impacted Files Coverage Δ
src/pngchunk_int.cpp 74.73% <0.00%> (-0.27%) ⬇️
src/pngimage.cpp 62.01% <75.00%> (+0.03%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@kmilos kmilos merged commit 0f65c85 into main Dec 27, 2022
@kmilos
Copy link
Collaborator Author

kmilos commented Dec 27, 2022

Thanks!

@mergify mergify bot deleted the png_exif branch December 27, 2022 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature / functionality enhancements imageHandler Anything related to specific ImageHandlers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Support writing to PNG eXIf chunk
2 participants