/usr/share/perl5/Image/ExifTool/SonyIDC.pm is in libimage-exiftool-perl 10.10-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 | #------------------------------------------------------------------------------
# File: SonyIDC.pm
#
# Description: Read/write Sony IDC information
#
# Revisions: 2010/01/05 - P. Harvey Created
#------------------------------------------------------------------------------
package Image::ExifTool::SonyIDC;
use strict;
use vars qw($VERSION);
use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
$VERSION = '1.05';
# Sony IDC tags (ref PH)
%Image::ExifTool::SonyIDC::Main = (
WRITE_PROC => \&Image::ExifTool::Exif::WriteExif,
CHECK_PROC => \&Image::ExifTool::Exif::CheckExif,
GROUPS => { 0 => 'MakerNotes', 2 => 'Image' },
NOTES => 'Tags written by the Sony Image Data Converter utility in ARW images.',
SET_GROUP1 => 1,
0x201 => {
Name => 'IDCPreviewStart',
IsOffset => 1,
OffsetPair => 0x202,
DataTag => 'IDCPreview',
Writable => 'int32u',
Protected => 2,
},
0x202 => {
Name => 'IDCPreviewLength',
OffsetPair => 0x201,
DataTag => 'IDCPreview',
Writable => 'int32u',
Protected => 2,
},
0x8000 => {
Name => 'IDCCreativeStyle',
Writable => 'int32u',
PrintConvColumns => 2,
PrintConv => {
1 => 'Camera Setting',
2 => 'Standard',
3 => 'Real',
4 => 'Vivid',
5 => 'Adobe RGB',
6 => 'A100 Standard', # shows up as '-' in IDC menu
7 => 'Neutral',
8 => 'Portrait',
9 => 'Landscape',
10 => 'Clear',
11 => 'Deep',
12 => 'Light',
13 => 'Sunset',
14 => 'Night View',
15 => 'Autumn Leaves',
16 => 'B&W',
17 => 'Sepia',
},
},
0x8001 => {
Name => 'CreativeStyleWasChanged',
Writable => 'int32u',
Notes => 'set if the creative style was ever changed',
# (even if it was changed back again later)
PrintConv => { 0 => 'No', 1 => 'Yes' },
},
0x8002 => {
Name => 'PresetWhiteBalance',
Writable => 'int32u',
PrintConv => {
1 => 'Camera Setting',
2 => 'Color Temperature',
3 => 'Specify Gray Point',
4 => 'Daylight',
5 => 'Cloudy',
6 => 'Shade',
7 => 'Cool White Fluorescent',
8 => 'Day Light Fluorescent',
9 => 'Day White Fluorescent',
10 => 'Warm White Fluorescent',
11 => 'Tungsten',
12 => 'Flash',
13 => 'Auto',
},
},
0x8013 => { Name => 'ColorTemperatureAdj', Writable => 'int16u' },
0x8014 => { Name => 'PresetWhiteBalanceAdj',Writable => 'int32s' },
0x8015 => { Name => 'ColorCorrection', Writable => 'int32s' },
0x8016 => { Name => 'SaturationAdj', Writable => 'int32s' },
0x8017 => { Name => 'ContrastAdj', Writable => 'int32s' },
0x8018 => { Name => 'BrightnessAdj', Writable => 'int32s' },
0x8019 => { Name => 'HueAdj', Writable => 'int32s' },
0x801a => { Name => 'SharpnessAdj', Writable => 'int32s' },
0x801b => { Name => 'SharpnessOvershoot', Writable => 'int32s' },
0x801c => { Name => 'SharpnessUndershoot', Writable => 'int32s' },
0x801d => { Name => 'SharpnessThreshold', Writable => 'int32s' },
0x801e => {
Name => 'NoiseReductionMode',
Writable => 'int16u',
PrintConv => {
0 => 'Off',
1 => 'On',
},
},
0x8021 => {
Name => 'GrayPoint',
Writable => 'int16u',
Count => 4,
},
0x8022 => {
Name => 'D-RangeOptimizerMode',
Writable => 'int16u',
PrintConv => {
0 => 'Off',
1 => 'Auto',
2 => 'Manual',
},
},
0x8023 => { Name => 'D-RangeOptimizerValue', Writable => 'int32s' },
0x8024 => { Name => 'D-RangeOptimizerHighlight',Writable => 'int32s' },
0x8026 => {
Name => 'HighlightColorDistortReduct',
Writable => 'int16u',
PrintConv => {
0 => 'Standard',
1 => 'Advanced',
},
},
0x8027 => {
Name => 'NoiseReductionValue',
Writable => 'int32s',
ValueConv => '($val + 100) / 2',
ValueConvInv => '$val * 2 - 100',
},
0x8028 => {
Name => 'EdgeNoiseReduction',
Writable => 'int32s',
ValueConv => '($val + 100) / 2',
ValueConvInv => '$val * 2 - 100',
},
0x8029 => {
Name => 'ColorNoiseReduction',
Writable => 'int32s',
ValueConv => '($val + 100) / 2',
ValueConvInv => '$val * 2 - 100',
},
0x802d => { Name => 'D-RangeOptimizerShadow', Writable => 'int32s' },
0x8030 => { Name => 'PeripheralIllumCentralRadius', Writable => 'int32s' },
0x8031 => { Name => 'PeripheralIllumCentralValue', Writable => 'int32s' },
0x8032 => { Name => 'PeripheralIllumPeriphValue', Writable => 'int32s' },
0x9000 => {
Name => 'ToneCurveBrightnessX',
Writable => 'int16u',
Count => -1,
},
0x9001 => {
Name => 'ToneCurveRedX',
Writable => 'int16u',
Count => -1,
},
0x9002 => {
Name => 'ToneCurveGreenX',
Writable => 'int16u',
Count => -1,
},
0x9003 => {
Name => 'ToneCurveBlueX',
Writable => 'int16u',
Count => -1,
},
0x9004 => {
Name => 'ToneCurveBrightnessY',
Writable => 'int16u',
Count => -1,
},
0x9005 => {
Name => 'ToneCurveRedY',
Writable => 'int16u',
Count => -1,
},
0x9006 => {
Name => 'ToneCurveGreenY',
Writable => 'int16u',
Count => -1,
},
0x9007 => {
Name => 'ToneCurveBlueY',
Writable => 'int16u',
Count => -1,
},
0xd000 => { Name => 'CurrentVersion', Writable => 'int32u' },
0xd001 => {
Name => 'VersionIFD',
Groups => { 1 => 'Version0' },
Flags => 'SubIFD',
Notes => 'there is one VersionIFD for each entry in the "Version Stack"',
SubDirectory => {
DirName => 'Version0',
TagTable => 'Image::ExifTool::SonyIDC::Main',
Start => '$val',
Base => '$start',
MaxSubdirs => 20, # (IDC v3.0 writes max. 10)
RelativeBase => 1, # needed to write SubIFD with relative offsets
},
},
0xd100 => {
Name => 'VersionCreateDate',
Writable => 'string',
Groups => { 2 => 'Time' },
Notes => 'date/time when this entry was created in the "Version Stack"',
Shift => 'Time',
PrintConv => '$self->ConvertDateTime($val)',
PrintConvInv => '$self->InverseDateTime($val,0)',
},
0xd101 => {
Name => 'VersionModifyDate',
Writable => 'string',
Groups => { 2 => 'Time' },
Shift => 'Time',
PrintConv => '$self->ConvertDateTime($val)',
PrintConvInv => '$self->InverseDateTime($val,0)',
},
);
# extract IDC preview images as composite tags
%Image::ExifTool::SonyIDC::Composite = (
GROUPS => { 2 => 'Image' },
IDCPreviewImage => {
Groups => { 2 => 'Preview' },
Require => {
0 => 'IDCPreviewStart',
1 => 'IDCPreviewLength',
},
# extract all preview images (not just one)
RawConv => q{
require Image::ExifTool::SonyIDC;
Image::ExifTool::SonyIDC::ExtractPreviews($self);
},
},
);
# add our composite tags
Image::ExifTool::AddCompositeTags('Image::ExifTool::SonyIDC');
# set "Permanent" flag for all tags
{
my $key;
foreach $key (TagTableKeys(\%Image::ExifTool::SonyIDC::Main)) {
$Image::ExifTool::SonyIDC::Main{$key}{Permanent} = 1;
}
}
#------------------------------------------------------------------------------
# Extract all IDC preview images
# Inputs: 0) ExifTool object ref
# Returns: data for "IDCPreviewImage" tag (which I have never seen),
# or undef if there was no preview in the SonyIDC IFD
sub ExtractPreviews($)
{
my $et = shift;
my $i = 1;
my $xtra = ' (1)';
my $preview;
# loop through all available IDC preview images in the order they were found
for (;;) {
my $key = "IDCPreviewStart$xtra";
unless (defined $$et{VALUE}{$key}) {
last unless $xtra;
$xtra = ''; # do the last tag extracted last
next;
}
# run through IDC preview images in the same order they were extracted
my $off = $et->GetValue($key, 'ValueConv') or last;
my $len = $et->GetValue("IDCPreviewLength$xtra", 'ValueConv') or last;
# get stack version from number in group 1 name
my $grp1 = $et->GetGroup($key, 1);
if ($grp1 =~ /(\d+)$/) {
my $tag = "IDCPreviewImage$1";
unless ($Image::ExifTool::Extra{$tag}) {
AddTagToTable(\%Image::ExifTool::Extra, $tag, {
Name => $tag,
Groups => { 0 => 'Composite', 1 => 'Composite', 2 => 'Preview'},
});
}
my $val = Image::ExifTool::Exif::ExtractImage($et, $off, $len, $tag);
$et->FoundTag($tag, $val);
} else {
$preview = Image::ExifTool::Exif::ExtractImage($et, $off, $len, 'IDCPreviewImage');
}
# step to next set of tags unless we are done
last unless $xtra;
++$i;
$xtra = " ($i)";
}
return $preview;
}
1; # end
__END__
=head1 NAME
Image::ExifTool::SonyIDC - Read/write Sony IDC information
=head1 SYNOPSIS
This module is used by Image::ExifTool
=head1 DESCRIPTION
This module contains definitions required by Image::ExifTool to read and
write Sony Image Data Converter version 3.0 metadata in ARW images.
=head1 AUTHOR
Copyright 2003-2016, Phil Harvey (phil at owl.phy.queensu.ca)
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=head1 SEE ALSO
L<Image::ExifTool::TagNames/SonyIDC Tags>,
L<Image::ExifTool(3pm)|Image::ExifTool>
=cut
|