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

change print of Exif.Canon.SerialNumber (backport #2806) #2971

Merged
merged 2 commits into from
May 17, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented May 17, 2024

reference: #2792
In general serial number is just printed as decimal. Exception for EOS D30, where higher bytes are printed as hex, lower bytes as decimal, the format, which was used for all Canon devices before this change.
Output is now aligned with Canon Photo Digital Professional 4 (except leading zeros). A few exceptions, where the images have two entries in Exif.Canon.SerialNumber (which looks strange): then Canon Photo Digital Professional shows only one number.
As print0x000c was also used for 0x000a, new function print0x000a as copy from old print0x000c.


This is an automatic backport of pull request #2806 done by Mergify.

output now aligned with Canon Photo Digital Professional 4
as print0x000c was also used for 0x000a, new function print0x000a
as copy from old print0x000c

(cherry picked from commit b1b9e74)
(cherry picked from commit 9e46ae3)
@kmilos kmilos added the makerNote Anything related to one of the various supported MakerNote formats label May 17, 2024
@kmilos kmilos added this to the v0.28.3 milestone May 17, 2024
@kmilos
Copy link
Collaborator

kmilos commented May 17, 2024

@mergify rebase

Copy link
Contributor Author

mergify bot commented May 17, 2024

rebase

❌ Unable to rebase: user kmilos is unknown.

Please make sure kmilos has logged in Mergify dashboard.

@kmilos kmilos merged commit 0630d09 into 0.28.x May 17, 2024
58 of 61 checks passed
@mergify mergify bot deleted the mergify/bp/0.28.x/pr-2806 branch May 17, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
makerNote Anything related to one of the various supported MakerNote formats
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants