Correction for Panasonic_RAW

Started by Klaus_Homeister, January 29, 2018, 02:46:49 AM

Previous topic - Next topic

Klaus_Homeister

Hi Phil,

Panasonic_RAW Tags 0x0008 - 0x000A
aren't 'BlackLevels'

Correct is:

0x0008 SamplesPerPixel (always 1 => RAW)

0x0009 CFA-Pattern
   case 0: n/a
   case 1: "RG/GB" //CM-1 FZ70 ...
   case 2: "GR/BG" //LX-7 ...
   case 3: "GB/RG" //ZS-100 FZ2500 FZ1000 ...
   case 4: "BG/GR" //LX-100 G-7 V-LUX1 ...
   case 5>: never seen

0x000A BitsPerSample   (always 12Bit in all RAW/RW2/RWL)
0x000B TiffCompression (like in Tiff/Exif Standard-Tags)

I have checked it a year ago and it works with thousands of Panasonic-RW2, Leica RWL and old RAW-Files.


Greetings from Germany
Klaus

Phil Harvey

Hi Klaus,

Thanks!  These will appear in ExifTool 10.78

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).