Giter Site home page Giter Site logo

Comments (5)

LebedevRI avatar LebedevRI commented on June 2, 2024

Note: i'm also not sure if 264 actually contains the PerChannelBlackLevel[4] or AverageBlackLevel[4],
but it seems there's some other blackLevel[4] at 703, but there's certainly no black levels at 333 index.

from exiftool.

LebedevRI avatar LebedevRI commented on June 2, 2024

And footnote: said ver=-3 happens also for a lot of PowerShots:

./Canon PowerShot S100V/Canon_PS-S100V_FW1.0.2.0.CR2
./EOS M10/IMG_2207.CR2
./EOS M3/IMG_4635.CR2
./PowerShot G1 X Mark II/IMG_1986.CR2
./PowerShot G1 X/IMG_0004.CR2
./PowerShot G10/RAW_CANON_G10.CR2
./PowerShot G11/IMG_3310.CR2
./PowerShot G12/2017_09_20_img_1146.cr2
./PowerShot G15/2016-04-28_IMG_1712.CR2
./PowerShot G16/IMG_0963.CR2
./PowerShot G3 X/IMG_5395.CR2
./PowerShot G5 X/IMG_2240.CR2
./PowerShot G7 X/CANON_G7X_IMG_6738.CR2
./PowerShot G9 X/IMG_3301.CR2
./PowerShot S100/IMG_1340.CR2
./PowerShot S110/IMG_1218.CR2
./PowerShot S120/IMG_1995.CR2
./PowerShot S90/RAW_CANON_S90.CR2
./PowerShot S95/img_1866.cr2
./PowerShot SX1 IS/RAW_CANON_POWERSHOT_SX1_IS.CR2
./PowerShot SX50 HS/IMG_4059.CR2
./PowerShot SX60 HS/Canon-SX60HS-Canon-RAW.CR2

()

from exiftool.

LebedevRI avatar LebedevRI commented on June 2, 2024

@boardhead I don't feel like submitting this in a PR form:

diff --git a/lib/Image/ExifTool/Canon.pm b/lib/Image/ExifTool/Canon.pm
index f3ec2434..0a48e59d 100644
--- a/lib/Image/ExifTool/Canon.pm
+++ b/lib/Image/ExifTool/Canon.pm
@@ -7777,16 +7777,21 @@ my %ciMaxFocal = (
         Unknown => 1,
         SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorCalib2' }
     },
     0x108=> { #IB
         Name => 'PerChannelBlackLevel',
         Condition => '$$self{ColorDataVersion} == -3',
         Format => 'int16s[4]',
     },
+    0x296 => {
+        Name => 'SpecularWhiteLevel',
+        Condition => '$$self{ColorDataVersion} == -3',
+        Format => 'int16u',
+    },
     0x14d=> { #IB
         Name => 'PerChannelBlackLevel',
         Condition => '$$self{ColorDataVersion} == -4',
         Format => 'int16s[4]',
     },
     0x0569 => { #PH (NC)
         Name => 'NormalWhiteLevel',
         Condition => '$$self{ColorDataVersion} == -4',

from exiftool.

boardhead avatar boardhead commented on June 2, 2024

Thanks. I'll add your SpecularWhiteLevel to the next release (12.71)

from exiftool.

LebedevRI avatar LebedevRI commented on June 2, 2024

@boardhead thank you.

from exiftool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.