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

Minimal support for parsing DCP files #2574

Merged
merged 3 commits into from
Apr 10, 2023
Merged

Minimal support for parsing DCP files #2574

merged 3 commits into from
Apr 10, 2023

Conversation

kmilos
Copy link
Collaborator

@kmilos kmilos commented Apr 3, 2023

One thing I'm not sure about is whether I should set hasImageTags_ to false - DCP files only carry metadata tags, no actual image...

Edit: as this is a quick/dirty fix along the lines of #1919, perhaps there will be a long term need to separate this into a separate handler (although the overlap here w/ existing TIFF/DNG tags is 100%).

@ghost
Copy link

ghost commented Apr 3, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@codecov
Copy link

codecov bot commented Apr 4, 2023

Codecov Report

Merging #2574 (9f60c9b) into main (3633f8d) will increase coverage by 0.00%.
The diff coverage is 75.00%.

@@           Coverage Diff           @@
##             main    #2574   +/-   ##
=======================================
  Coverage   63.93%   63.93%           
=======================================
  Files         103      103           
  Lines       22381    22383    +2     
  Branches    10823    10823           
=======================================
+ Hits        14309    14311    +2     
  Misses       5851     5851           
  Partials     2221     2221           
Impacted Files Coverage Δ
src/tiffimage_int.cpp 78.70% <75.00%> (+0.19%) ⬆️

... and 1 file with indirect coverage changes

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

@kmilos kmilos changed the title Support for parsing DCP files Minimal support for parsing DCP files Apr 5, 2023
@neheb neheb merged commit 5b85e31 into main Apr 10, 2023
@neheb neheb deleted the dcp_support branch April 10, 2023 22:34
@kmilos kmilos added enhancement feature / functionality enhancements imageHandler Anything related to specific ImageHandlers labels Apr 17, 2023
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.

2 participants