#1179 Preparing release

This commit is contained in:
Robin Mills
2017-03-10 06:24:25 +00:00
parent a6d773085e
commit 81603b2c31
8 changed files with 972 additions and 0 deletions
+129
View File
@@ -0,0 +1,129 @@
<table class="table table-striped">
<tr><th>Between Exif tags or Iptc datasets</th><th>and XMP properties</th></tr>
<tr><td>Exif.Image.ImageWidth</td><td>Xmp.tiff.ImageWidth</td></tr>
<tr><td>Exif.Image.ImageLength</td><td>Xmp.tiff.ImageLength</td></tr>
<tr><td>Exif.Image.BitsPerSample</td><td>Xmp.tiff.BitsPerSample</td></tr>
<tr><td>Exif.Image.Compression</td><td>Xmp.tiff.Compression</td></tr>
<tr><td>Exif.Image.PhotometricInterpretation</td><td>Xmp.tiff.PhotometricInterpretation</td></tr>
<tr><td>Exif.Image.Orientation</td><td>Xmp.tiff.Orientation</td></tr>
<tr><td>Exif.Image.SamplesPerPixel</td><td>Xmp.tiff.SamplesPerPixel</td></tr>
<tr><td>Exif.Image.PlanarConfiguration</td><td>Xmp.tiff.PlanarConfiguration</td></tr>
<tr><td>Exif.Image.YCbCrSubSampling</td><td>Xmp.tiff.YCbCrSubSampling</td></tr>
<tr><td>Exif.Image.YCbCrPositioning</td><td>Xmp.tiff.YCbCrPositioning</td></tr>
<tr><td>Exif.Image.XResolution</td><td>Xmp.tiff.XResolution</td></tr>
<tr><td>Exif.Image.YResolution</td><td>Xmp.tiff.YResolution</td></tr>
<tr><td>Exif.Image.ResolutionUnit</td><td>Xmp.tiff.ResolutionUnit</td></tr>
<tr><td>Exif.Image.TransferFunction</td><td>Xmp.tiff.TransferFunction</td></tr>
<tr><td>Exif.Image.WhitePoint</td><td>Xmp.tiff.WhitePoint</td></tr>
<tr><td>Exif.Image.PrimaryChromaticities</td><td>Xmp.tiff.PrimaryChromaticities</td></tr>
<tr><td>Exif.Image.YCbCrCoefficients</td><td>Xmp.tiff.YCbCrCoefficients</td></tr>
<tr><td>Exif.Image.ReferenceBlackWhite</td><td>Xmp.tiff.ReferenceBlackWhite</td></tr>
<tr><td>Exif.Image.DateTime</td><td>Xmp.xmp.ModifyDate</td></tr>
<tr><td>Exif.Image.ImageDescription</td><td>Xmp.dc.description</td></tr>
<tr><td>Exif.Image.Make</td><td>Xmp.tiff.Make</td></tr>
<tr><td>Exif.Image.Model</td><td>Xmp.tiff.Model</td></tr>
<tr><td>Exif.Image.Software</td><td>Xmp.tiff.Software</td></tr>
<tr><td>Exif.Image.Artist</td><td>Xmp.dc.creator</td></tr>
<tr><td>Exif.Image.Rating</td><td>Xmp.xmp.Rating</td></tr>
<tr><td>Exif.Image.Copyright</td><td>Xmp.dc.rights</td></tr>
<tr><td>Exif.Photo.ExifVersion</td><td>Xmp.exif.ExifVersion</td></tr>
<tr><td>Exif.Photo.FlashpixVersion</td><td>Xmp.exif.FlashpixVersion</td></tr>
<tr><td>Exif.Photo.ColorSpace</td><td>Xmp.exif.ColorSpace</td></tr>
<tr><td>Exif.Photo.ComponentsConfiguration</td><td>Xmp.exif.ComponentsConfiguration</td></tr>
<tr><td>Exif.Photo.CompressedBitsPerPixel</td><td>Xmp.exif.CompressedBitsPerPixel</td></tr>
<tr><td>Exif.Photo.PixelXDimension</td><td>Xmp.exif.PixelXDimension</td></tr>
<tr><td>Exif.Photo.PixelYDimension</td><td>Xmp.exif.PixelYDimension</td></tr>
<tr><td>Exif.Photo.UserComment</td><td>Xmp.exif.UserComment</td></tr>
<tr><td>Exif.Photo.RelatedSoundFile</td><td>Xmp.exif.RelatedSoundFile</td></tr>
<tr><td>Exif.Photo.DateTimeOriginal</td><td>Xmp.photoshop.DateCreated</td></tr>
<tr><td>Exif.Photo.DateTimeDigitized</td><td>Xmp.xmp.CreateDate</td></tr>
<tr><td>Exif.Photo.ExposureTime</td><td>Xmp.exif.ExposureTime</td></tr>
<tr><td>Exif.Photo.FNumber</td><td>Xmp.exif.FNumber</td></tr>
<tr><td>Exif.Photo.ExposureProgram</td><td>Xmp.exif.ExposureProgram</td></tr>
<tr><td>Exif.Photo.SpectralSensitivity</td><td>Xmp.exif.SpectralSensitivity</td></tr>
<tr><td>Exif.Photo.ISOSpeedRatings</td><td>Xmp.exif.ISOSpeedRatings</td></tr>
<tr><td>Exif.Photo.OECF</td><td>Xmp.exif.OECF</td></tr>
<tr><td>Exif.Photo.ShutterSpeedValue</td><td>Xmp.exif.ShutterSpeedValue</td></tr>
<tr><td>Exif.Photo.ApertureValue</td><td>Xmp.exif.ApertureValue</td></tr>
<tr><td>Exif.Photo.BrightnessValue</td><td>Xmp.exif.BrightnessValue</td></tr>
<tr><td>Exif.Photo.ExposureBiasValue</td><td>Xmp.exif.ExposureBiasValue</td></tr>
<tr><td>Exif.Photo.MaxApertureValue</td><td>Xmp.exif.MaxApertureValue</td></tr>
<tr><td>Exif.Photo.SubjectDistance</td><td>Xmp.exif.SubjectDistance</td></tr>
<tr><td>Exif.Photo.MeteringMode</td><td>Xmp.exif.MeteringMode</td></tr>
<tr><td>Exif.Photo.LightSource</td><td>Xmp.exif.LightSource</td></tr>
<tr><td>Exif.Photo.Flash</td><td>Xmp.exif.Flash</td></tr>
<tr><td>Exif.Photo.FocalLength</td><td>Xmp.exif.FocalLength</td></tr>
<tr><td>Exif.Photo.SubjectArea</td><td>Xmp.exif.SubjectArea</td></tr>
<tr><td>Exif.Photo.FlashEnergy</td><td>Xmp.exif.FlashEnergy</td></tr>
<tr><td>Exif.Photo.SpatialFrequencyResponse</td><td>Xmp.exif.SpatialFrequencyResponse</td></tr>
<tr><td>Exif.Photo.FocalPlaneXResolution</td><td>Xmp.exif.FocalPlaneXResolution</td></tr>
<tr><td>Exif.Photo.FocalPlaneYResolution</td><td>Xmp.exif.FocalPlaneYResolution</td></tr>
<tr><td>Exif.Photo.FocalPlaneResolutionUnit</td><td>Xmp.exif.FocalPlaneResolutionUnit</td></tr>
<tr><td>Exif.Photo.SubjectLocation</td><td>Xmp.exif.SubjectLocation</td></tr>
<tr><td>Exif.Photo.ExposureIndex</td><td>Xmp.exif.ExposureIndex</td></tr>
<tr><td>Exif.Photo.SensingMethod</td><td>Xmp.exif.SensingMethod</td></tr>
<tr><td>Exif.Photo.FileSource</td><td>Xmp.exif.FileSource</td></tr>
<tr><td>Exif.Photo.SceneType</td><td>Xmp.exif.SceneType</td></tr>
<tr><td>Exif.Photo.CFAPattern</td><td>Xmp.exif.CFAPattern</td></tr>
<tr><td>Exif.Photo.CustomRendered</td><td>Xmp.exif.CustomRendered</td></tr>
<tr><td>Exif.Photo.ExposureMode</td><td>Xmp.exif.ExposureMode</td></tr>
<tr><td>Exif.Photo.WhiteBalance</td><td>Xmp.exif.WhiteBalance</td></tr>
<tr><td>Exif.Photo.DigitalZoomRatio</td><td>Xmp.exif.DigitalZoomRatio</td></tr>
<tr><td>Exif.Photo.FocalLengthIn35mmFilm</td><td>Xmp.exif.FocalLengthIn35mmFilm</td></tr>
<tr><td>Exif.Photo.SceneCaptureType</td><td>Xmp.exif.SceneCaptureType</td></tr>
<tr><td>Exif.Photo.GainControl</td><td>Xmp.exif.GainControl</td></tr>
<tr><td>Exif.Photo.Contrast</td><td>Xmp.exif.Contrast</td></tr>
<tr><td>Exif.Photo.Saturation</td><td>Xmp.exif.Saturation</td></tr>
<tr><td>Exif.Photo.Sharpness</td><td>Xmp.exif.Sharpness</td></tr>
<tr><td>Exif.Photo.DeviceSettingDescription</td><td>Xmp.exif.DeviceSettingDescription</td></tr>
<tr><td>Exif.Photo.SubjectDistanceRange</td><td>Xmp.exif.SubjectDistanceRange</td></tr>
<tr><td>Exif.Photo.ImageUniqueID</td><td>Xmp.exif.ImageUniqueID</td></tr>
<tr><td>Exif.GPSInfo.GPSVersionID</td><td>Xmp.exif.GPSVersionID</td></tr>
<tr><td>Exif.GPSInfo.GPSLatitude</td><td>Xmp.exif.GPSLatitude</td></tr>
<tr><td>Exif.GPSInfo.GPSLongitude</td><td>Xmp.exif.GPSLongitude</td></tr>
<tr><td>Exif.GPSInfo.GPSAltitudeRef</td><td>Xmp.exif.GPSAltitudeRef</td></tr>
<tr><td>Exif.GPSInfo.GPSAltitude</td><td>Xmp.exif.GPSAltitude</td></tr>
<tr><td>Exif.GPSInfo.GPSTimeStamp</td><td>Xmp.exif.GPSTimeStamp</td></tr>
<tr><td>Exif.GPSInfo.GPSSatellites</td><td>Xmp.exif.GPSSatellites</td></tr>
<tr><td>Exif.GPSInfo.GPSStatus</td><td>Xmp.exif.GPSStatus</td></tr>
<tr><td>Exif.GPSInfo.GPSMeasureMode</td><td>Xmp.exif.GPSMeasureMode</td></tr>
<tr><td>Exif.GPSInfo.GPSDOP</td><td>Xmp.exif.GPSDOP</td></tr>
<tr><td>Exif.GPSInfo.GPSSpeedRef</td><td>Xmp.exif.GPSSpeedRef</td></tr>
<tr><td>Exif.GPSInfo.GPSSpeed</td><td>Xmp.exif.GPSSpeed</td></tr>
<tr><td>Exif.GPSInfo.GPSTrackRef</td><td>Xmp.exif.GPSTrackRef</td></tr>
<tr><td>Exif.GPSInfo.GPSTrack</td><td>Xmp.exif.GPSTrack</td></tr>
<tr><td>Exif.GPSInfo.GPSImgDirectionRef</td><td>Xmp.exif.GPSImgDirectionRef</td></tr>
<tr><td>Exif.GPSInfo.GPSImgDirection</td><td>Xmp.exif.GPSImgDirection</td></tr>
<tr><td>Exif.GPSInfo.GPSMapDatum</td><td>Xmp.exif.GPSMapDatum</td></tr>
<tr><td>Exif.GPSInfo.GPSDestLatitude</td><td>Xmp.exif.GPSDestLatitude</td></tr>
<tr><td>Exif.GPSInfo.GPSDestLongitude</td><td>Xmp.exif.GPSDestLongitude</td></tr>
<tr><td>Exif.GPSInfo.GPSDestBearingRef</td><td>Xmp.exif.GPSDestBearingRef</td></tr>
<tr><td>Exif.GPSInfo.GPSDestBearing</td><td>Xmp.exif.GPSDestBearing</td></tr>
<tr><td>Exif.GPSInfo.GPSDestDistanceRef</td><td>Xmp.exif.GPSDestDistanceRef</td></tr>
<tr><td>Exif.GPSInfo.GPSDestDistance</td><td>Xmp.exif.GPSDestDistance</td></tr>
<tr><td>Exif.GPSInfo.GPSProcessingMethod</td><td>Xmp.exif.GPSProcessingMethod</td></tr>
<tr><td>Exif.GPSInfo.GPSAreaInformation</td><td>Xmp.exif.GPSAreaInformation</td></tr>
<tr><td>Exif.GPSInfo.GPSDifferential</td><td>Xmp.exif.GPSDifferential</td></tr>
<tr><td>Iptc.Application2.ObjectName</td><td>Xmp.dc.title</td></tr>
<tr><td>Iptc.Application2.Urgency</td><td>Xmp.photoshop.Urgency</td></tr>
<tr><td>Iptc.Application2.Category</td><td>Xmp.photoshop.Category</td></tr>
<tr><td>Iptc.Application2.SuppCategory</td><td>Xmp.photoshop.SupplementalCategories</td></tr>
<tr><td>Iptc.Application2.Keywords</td><td>Xmp.dc.subject</td></tr>
<tr><td>Iptc.Application2.SubLocation</td><td>Xmp.iptc.Location</td></tr>
<tr><td>Iptc.Application2.SpecialInstructions</td><td>Xmp.photoshop.Instructions</td></tr>
<tr><td>Iptc.Application2.DateCreated</td><td>Xmp.photoshop.DateCreated</td></tr>
<tr><td>Iptc.Application2.DigitizationDate</td><td>Xmp.xmp.CreateDate</td></tr>
<tr><td>Iptc.Application2.Byline</td><td>Xmp.dc.creator</td></tr>
<tr><td>Iptc.Application2.BylineTitle</td><td>Xmp.photoshop.AuthorsPosition</td></tr>
<tr><td>Iptc.Application2.City</td><td>Xmp.photoshop.City</td></tr>
<tr><td>Iptc.Application2.ProvinceState</td><td>Xmp.photoshop.State</td></tr>
<tr><td>Iptc.Application2.CountryCode</td><td>Xmp.iptc.CountryCode</td></tr>
<tr><td>Iptc.Application2.CountryName</td><td>Xmp.photoshop.Country</td></tr>
<tr><td>Iptc.Application2.TransmissionReference</td><td>Xmp.photoshop.TransmissionReference</td></tr>
<tr><td>Iptc.Application2.Headline</td><td>Xmp.photoshop.Headline</td></tr>
<tr><td>Iptc.Application2.Credit</td><td>Xmp.photoshop.Credit</td></tr>
<tr><td>Iptc.Application2.Source</td><td>Xmp.photoshop.Source</td></tr>
<tr><td>Iptc.Application2.Copyright</td><td>Xmp.dc.rights</td></tr>
<tr><td>Iptc.Application2.Caption</td><td>Xmp.dc.description</td></tr>
<tr><td>Iptc.Application2.Writer</td><td>Xmp.photoshop.CaptionWriter</td></tr>
</table>
+18
View File
@@ -0,0 +1,18 @@
-seealso : Link to other manpages only in the SEE ALSO section
-solaris : Process keyword search result in Solaris format
-sun : Section heads are not overstriked in input
-title <string> : Title of manpage (def: Not defined)
-topm <#> : Number of lines for top margin (def: 7)
-uelem <elem> : HTML Element for underlined text (def: "I")
Description:
man2html takes formatted manpages from STDIN and converts it to HTML sent
to STDOUT. The -topm and -botm arguments are the number of lines to the
main body text and NOT to the running headers/footers.
Version:
3.0.1
Copyright (C) 1995-1997 Earl Hood, ehood@medusa.acs.uci.edu
man2html comes with ABSOLUTELY NO WARRANTY and man2html may be copied only
under the terms of the GNU General Public License, which may be found in
the man2html distribution.
+106
View File
@@ -0,0 +1,106 @@
Usage: exiv2 [ options ] [ action ] file ...
Manipulate the Exif metadata of images.
Actions:
ad | adjust Adjust Exif timestamps by the given time. This action
requires at least one of the -a, -Y, -O or -D options.
pr | print Print image metadata.
rm | delete Delete image metadata from the files.
in | insert Insert metadata from corresponding *.exv files.
Use option -S to change the suffix of the input files.
ex | extract Extract metadata to *.exv, *.xmp and thumbnail image files.
mv | rename Rename files and/or set file timestamps according to the
Exif create timestamp. The filename format can be set with
-r format, timestamp options are controlled with -t and -T.
mo | modify Apply commands to modify (add, set, delete) the Exif and
IPTC metadata of image files or set the JPEG comment.
Requires option -c, -m or -M.
fi | fixiso Copy ISO setting from the Nikon Makernote to the regular
Exif tag.
fc | fixcom Convert the UNICODE Exif user comment to UCS-2. Its current
character encoding can be specified with the -n option.
Options:
-h Display this help and exit.
-V Show the program version and exit.
-v Be verbose during the program run.
-q Silence warnings and error messages during the program run (quiet).
-Q lvl Set log-level to d(ebug), i(nfo), w(arning), e(rror) or m(ute).
-b Show large binary values.
-u Show unknown tags.
-g key Only output info for this key (grep).
-K key Only output info for this key (exact match).
-n enc Charset to use to decode UNICODE Exif user comments.
-k Preserve file timestamps (keep).
-t Also set the file timestamp in 'rename' action (overrides -k).
-T Only set the file timestamp in 'rename' action, do not rename
the file (overrides -k).
-f Do not prompt before overwriting existing files (force).
-F Do not prompt before renaming files (Force).
-a time Time adjustment in the format [-]HH[:MM[:SS]]. This option
is only used with the 'adjust' action.
-Y yrs Year adjustment with the 'adjust' action.
-O mon Month adjustment with the 'adjust' action.
-D day Day adjustment with the 'adjust' action.
-p mode Print mode for the 'print' action. Possible modes are:
s : print a summary of the Exif metadata (the default)
a : print Exif, IPTC and XMP metadata (shortcut for -Pkyct)
e : print Exif metadata (shortcut for -PEkycv)
t : interpreted (translated) Exif data (-PEkyct)
v : plain Exif data values (-PExgnycv)
h : hexdump of the Exif data (-PExgnycsh)
i : IPTC data values (-PIkyct)
x : XMP properties (-PXkyct)
c : JPEG comment
p : list available previews
C : print ICC profile embedded in image
R : recursive print structure of image
S : print structure of image
X : extract XMP from image
-P flgs Print flags for fine control of tag lists ('print' action):
E : include Exif tags in the list
I : IPTC datasets
X : XMP properties
x : print a column with the tag number
g : group name
k : key
l : tag label
n : tag name
y : type
c : number of components (count)
s : size in bytes
v : plain data value
t : interpreted (translated) data
h : hexdump of the data
-d tgt Delete target(s) for the 'delete' action. Possible targets are:
a : all supported metadata (the default)
e : Exif section
t : Exif thumbnail only
i : IPTC data
x : XMP packet
c : JPEG comment
-i tgt Insert target(s) for the 'insert' action. Possible targets are
the same as those for the -d option, plus a modifier:
X : Insert metadata from an XMP sidecar file &lt;file&gt;.xmp
Only JPEG thumbnails can be inserted, they need to be named
&lt;file&gt;-thumb.jpg
-e tgt Extract target(s) for the 'extract' action. Possible targets
are the same as those for the -d option, plus a target to extract
preview images and a modifier to generate an XMP sidecar file:
p[&lt;n&gt;[,&lt;m&gt; ...]] : Extract preview images.
X : Extract metadata to an XMP sidecar file &lt;file&gt;.xmp
-r fmt Filename format for the 'rename' action. The format string
follows strftime(3). The following keywords are supported:
:basename: - original filename without extension
:dirname: - name of the directory holding the original file
:parentname: - name of parent directory
Default filename format is %Y%m%d_%H%M%S.
-c txt JPEG comment string to set in the image.
-m file Command file for the modify action. The format for commands is
set|add|del &lt;key&gt; [[&lt;type&gt;] &lt;value&gt;].
-M cmd Command line for the modify action. The format for the
commands is the same as that of the lines of a command file.
-l dir Location (directory) for files to be inserted from or extracted to.
-S .suf Use suffix .suf for source files for insert command.
Binary file not shown.
+101
View File
@@ -0,0 +1,101 @@
Exif.Image.Make Ascii 6 Canon
Exif.Image.Model Ascii 20 Canon PowerShot S40
Exif.Image.Orientation Short 1 top, left
Exif.Image.XResolution Rational 1 180
Exif.Image.YResolution Rational 1 180
Exif.Image.ResolutionUnit Short 1 inch
Exif.Image.DateTime Ascii 20 2003:12:14 12:01:44
Exif.Image.YCbCrPositioning Short 1 Centered
Exif.Image.ExifTag Long 1 196
Exif.Photo.ExposureTime Rational 1 1/500 s
Exif.Photo.FNumber Rational 1 F4.9
Exif.Photo.ExifVersion Undefined 4 2.20
Exif.Photo.DateTimeOriginal Ascii 20 2003:12:14 12:01:44
Exif.Photo.DateTimeDigitized Ascii 20 2003:12:14 12:01:44
Exif.Photo.ComponentsConfiguration Undefined 4 YCbCr
Exif.Photo.CompressedBitsPerPixel Rational 1 5
Exif.Photo.ShutterSpeedValue SRational 1 1/501 s
Exif.Photo.ApertureValue Rational 1 F5
Exif.Photo.ExposureBiasValue SRational 1 0 EV
Exif.Photo.MaxApertureValue Rational 1 F2.8
Exif.Photo.MeteringMode Short 1 Center weighted average
Exif.Photo.Flash Short 1 No, auto
Exif.Photo.FocalLength Rational 1 21.3 mm
Exif.Photo.MakerNote Undefined 450 (Binary value suppressed)
Exif.MakerNote.Offset Long 1 942
Exif.MakerNote.ByteOrder Ascii 3 II
Exif.CanonCs.Macro Short 1 Off
Exif.CanonCs.Selftimer Short 1 Off
Exif.CanonCs.Quality Short 1 Superfine
Exif.CanonCs.FlashMode Short 1 Auto
Exif.CanonCs.DriveMode Short 1 Single / timer
Exif.CanonCs.FocusMode Short 1 Single
Exif.CanonCs.ImageSize Short 1 Large
Exif.CanonCs.EasyMode Short 1 Manual
Exif.CanonCs.DigitalZoom Short 1 None
Exif.CanonCs.Contrast Short 1 Normal
Exif.CanonCs.Saturation Short 1 Normal
Exif.CanonCs.Sharpness Short 1 Normal
Exif.CanonCs.ISOSpeed Short 1 100
Exif.CanonCs.MeteringMode Short 1 Center-weighted average
Exif.CanonCs.FocusType Short 1 Auto
Exif.CanonCs.AFPoint Short 1 Center
Exif.CanonCs.ExposureProgram Short 1 Program (P)
Exif.CanonCs.LensType Short 1 n/a
Exif.CanonCs.Lens Short 3 7.1 - 21.3 mm
Exif.CanonCs.MaxAperture Short 1 F5
Exif.CanonCs.MinAperture Short 1 F8
Exif.CanonCs.FlashActivity Short 1 Did not fire
Exif.CanonCs.FlashDetails Short 1
Exif.CanonCs.FocusContinuous Short 1 Single
Exif.CanonCs.AESetting Short 1 Normal AE
Exif.CanonCs.ImageStabilization Short 1 (65535)
Exif.CanonCs.DisplayAperture Short 1 49
Exif.CanonCs.ZoomSourceWidth Short 1 2272
Exif.CanonCs.ZoomTargetWidth Short 1 2272
Exif.CanonCs.SpotMeteringMode Short 1 AF Point
Exif.Canon.FocalLength Short 4 21.3 mm
Exif.CanonSi.ISOSpeed Short 1 100
Exif.CanonSi.MeasuredEV Short 1 13.63
Exif.CanonSi.TargetAperture Short 1 F5
Exif.CanonSi.TargetShutterSpeed Short 1 1/501 s
Exif.CanonSi.WhiteBalance Short 1 Auto
Exif.CanonSi.Sequence Short 1 0
Exif.CanonSi.AFPointUsed Short 1 3 focus points; center used
Exif.CanonSi.FlashBias Short 1 0 EV
Exif.CanonSi.SubjectDistance Short 1 7.82 m
Exif.CanonSi.ApertureValue Short 1 F5
Exif.CanonSi.ShutterSpeedValue Short 1 1/523 s
Exif.CanonSi.MeasuredEV2 Short 1 -6.00
Exif.Canon.ImageType Ascii 32 IMG:PowerShot S40 JPEG
Exif.Canon.FirmwareVersion Ascii 24 Firmware Version 1.10
Exif.Canon.FileNumber Long 1 117-1771
Exif.Canon.OwnerName Ascii 32 Andreas Huggel
Exif.Canon.ModelID Long 1 PowerShot S40
Exif.Canon.CameraInfo Short 21 42 3 32769 378 32769 0 0 0 259 2 0 10 0 0 0 57 198 5 0 0 0
Exif.Photo.UserComment Undefined 264 (Binary value suppressed)
Exif.Photo.FlashpixVersion Undefined 4 1.00
Exif.Photo.ColorSpace Short 1 sRGB
Exif.Photo.PixelXDimension Short 1 2272
Exif.Photo.PixelYDimension Short 1 1704
Exif.Photo.InteroperabilityTag Long 1 1416
Exif.Iop.InteroperabilityIndex Ascii 4 R98
Exif.Iop.InteroperabilityVersion Undefined 4 1.00
Exif.Iop.RelatedImageWidth Short 1 2272
Exif.Iop.RelatedImageLength Short 1 1704
Exif.Photo.FocalPlaneXResolution Rational 1 8114.29
Exif.Photo.FocalPlaneYResolution Rational 1 8114.29
Exif.Photo.FocalPlaneResolutionUnit Short 1 inch
Exif.Photo.SensingMethod Short 1 One-chip color area
Exif.Photo.FileSource Undefined 1 Digital still camera
Exif.Photo.CustomRendered Short 1 Normal process
Exif.Photo.ExposureMode Short 1 Auto
Exif.Photo.WhiteBalance Short 1 Auto
Exif.Photo.DigitalZoomRatio Rational 1 1.0
Exif.Photo.SceneCaptureType Short 1 Standard
Exif.Thumbnail.Compression Short 1 JPEG (old-style)
Exif.Thumbnail.XResolution Rational 1 180
Exif.Thumbnail.YResolution Rational 1 180
Exif.Thumbnail.ResolutionUnit Short 1 inch
Exif.Thumbnail.JPEGInterchangeFormat Long 1 2036
Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 5448
+1
View File
@@ -0,0 +1 @@
0.26
+15
View File
@@ -0,0 +1,15 @@
<div class="list-group">
<a href="whatsnew.html#item1" class="list-group-item active"><h4 class="list-group-item-heading">Window dressing <small>10-Oct-2015</small>
</h4>
<p class="list-group-item-text">New and more functional web pages.
</p></a><a href="whatsnew.html#item2" class="list-group-item"><h4 class="list-group-item-heading">Exiv2 0.25 released <small>21-Jun-2015</small>
</h4>
<p class="list-group-item-text">A large collection of new features, new lenses and bugfixes.
</p></a><a href="whatsnew.html#item3" class="list-group-item"><h4 class="list-group-item-heading">We have moved <small>03-Oct-2014</small>
</h4>
<p class="list-group-item-text">The Exiv2 website and Redmine sites have moved.
</p></a><a href="whatsnew.html#item4" class="list-group-item"><h4 class="list-group-item-heading">Exiv2 0.24 released <small>02-Dec-2013</small>
</h4>
<p class="list-group-item-text">Support for reading video metadata, makernote updates, bugfixes.
</p></a>
</div>
+602
View File
@@ -0,0 +1,602 @@
<table class="table table-striped">
<tr><td class="text-nowrap">10-Mar-2017</td>
<td>
<b><a name="item1" href="changelog.html#v0.26">Exiv2 0.26 Released</a></b>
<br>This release contains a large collection of new features, new lenses and bugfixes
across all areas of Exiv2.
<br>See the <a title="ChangeLog" href="changelog.html#v0.26">ChangeLog</a> for the complete
list of changes and new features.
<h3>Highlights of this release</h3>
<p><a href="Exiv2v0-26.pdf">Slide Presentation</a>
<ul>
<li>CMake support for Visual Studio</li>
<li>Buildserver Daily Builds</li>
<li>Website Makeover</li>
<li>ICC Profile Support</li>
<li>Lens File for user lens definitions</li>
<li>Recursive File Dump</li>
<li>WebP Support</li>
<li>Piping of metadata using exiv2 command</li>
<li>200+ bug fixes and enhancements</li>
<li>Regular project progress reports on Redmine</li>
<li>Fast turnaround of new issues and forum queries</li>
</ul>
<h3>Important Project Changes being introduced for v0.27</h3>
<ul>
<li>We are moving to <b>git</b>.</li>
<li>Visual Studio 2003 .Net will no longer be supported.</li>
<li>MinGW msys/1.0 will no longer be supported.</li>
<li>Robin will retire from the project at the end of 2017.</li>
</ul>
<h3>Goals and Project Plans for v0.27</h3>
<p>We welcome Ben, Raphael, Shridar and Troy to Team Exiv2. We hope Alan, Andreas, Alan, Thomas, Mahesh, Gilles and Niels will continue to contribute.</p>
<p>It is intended to update the specification for Exiv2 v0.27 in consultation with Team Exiv2.
<br>Specification and progress reports:<br><a href="http://dev.exiv2.org/news/3">Available on Redmine</a>
</p><p>
Robin intends to continue to provide rapid response to user questions during 2017. Typical response time for new requests is hours.
</p>
</td>
<tr><td class="text-nowrap">10-Oct-2015</td>
<td>
<b><a name="item2">Window dressing</a></b><br>We re-designed the website for improved useability and for use on various devices with
different screen sizes.
</td>
</tr><tr><td class="text-nowrap">21-Jun-2015</td>
<td>
<b><a name="item3">Exiv2 0.25 released</a></b><br>This release contains a large collection of new features, new lenses and bugfixes
across all areas of Exiv2. See the
<a title="ChangeLog" href="changelog.html#v0.25">ChangeLog</a> for the complete long
list of changes.
Both 2013 GSoC projects, '<a title="Web Ready" href="http://dev.exiv2.org/projects/exiv2/wiki/GSoC_2013_%22Cloud_Ready%22_Project_Specification">Web Ready</a>' by Tuan (mentored by Robin)
and 'Video Write support' by Mahesh (Abhinav) are included as build options,
the latter builds together with Video Read support, which is no longer part
of the standard build.
</td>
</tr><tr><td class="text-nowrap">03-Oct-2014</td><td>
<b><a name="item3">We have moved</a></b><br>You shouldn't actually notice anything of that, except that we
have at the same time also upgraded to a more recent version of
Redmine, with new features and a slightly updated look. I also had
to update some of the Redmine links. If you find any remaining
issues with the sites, please report them to us in the
<a title="Form - Exiv2" href="http://dev.exiv2.org/projects/exiv2/boards">forum</a>.
</td>
</tr><tr>
<td class="text-nowrap">02-Dec-2013</td>
<td>
<b><a name="item4">Exiv2 0.24 released</a></b><br>Exiv2 introduces its first support for Video metadata.
Many more cameras and accessories are now recognised.
Numerous bugs fixes, build and test improvments.
More details: <a title="ChangeLog" href="changelog.html">ChangeLog</a>.
</td>
</tr>
<tr>
<td class="text-nowrap">02-Dec-2013</td>
<td>
<b><a name="item5">GIMP meets (g)exiv2</a></b><br>Improved <a title="GIMP gets advanced Exif, XMP, IPTC metadata support - Alexandre Prokoudine" href="http://libregraphicsworld.org/blog/entry/gimp-gets-advanced-exif-xmp-iptc-metadata-support">support for Exif, XMP, and IPTC</a> along with a viewer/editor will be part of
GIMP 2.10. <a title="GIMP meets gexiv2 - Jim Nelson" href="https://blogs.gnome.org/jnelson/2013/11/06/gimp-meets-gexiv2/">GIMP has adopted gexiv2</a>, and therefore Exiv2, for their photo metadata needs. Yay!
</td>
</tr>
<tr>
<td class="text-nowrap">23-Apr-2012</td>
<td>
<b><a name="item6">Exiv2 0.23 released</a></b><br>Exiv2 can now finally write metadata to Canon CR2 images. Besides, this release
adds support for Pentax makernotes in Pentax native DNG images, updates various lens lists
and contains the usual new minor features and bugfixes, which are all detailed in
the <a title="ChangeLog" href="changelog.html">ChangeLog</a>.
</td>
</tr>
<tr>
<td class="text-nowrap">18-Sep-2011</td>
<td>
<b><a name="item7">Exiv2 0.22 released</a></b><br>This release adds support to access previews and read and write XMP
metadata in Postscript images. It also introduces a new MSVC project for 64 bit
builds as well as many smaller features and bugfixes, all of which are listed in
the <a title="ChangeLog" href="changelog.html">ChangeLog</a> as usual.
</td>
</tr>
<tr>
<td class="text-nowrap">14-Feb-2011</td>
<td>
<b><a name="item8">Exiv2 0.21.1 released</a></b><br>This release fixes several bugs that were present in 0.21 and is binary
compatible with the previous version. As usual, the
<a title="ChangeLog" href="changelog.html">ChangeLog</a> lists all
changes in detail.
</td>
</tr>
<tr>
<td class="text-nowrap">01-Dec-2010</td>
<td>
<b><a name="item9">Exiv2 0.21 released</a></b><br>This release adds read and write support for Samsung SRW
images and <a title="Samsung makernote tags" href="tags-samsung.html">Samsung makernotes</a>.
The exiv2 library now accepts a custom error handler and has a
setting to control which messages are generated. The exiv2 command
line tool has a new 'quiet' option which uses the new functionality
to suppress all library warnings.
Some important API changes will allow many future image format
and makernote enhancements to be done in a binary compatible
fashion. The new exiv2.hpp umbrella header file further shields
applications from library changes.
The <a title="ChangeLog" href="changelog.html">ChangeLog</a> lists these and
various smaller enhancements, bug fixes and tag updates in detail.
</td>
</tr>
<tr>
<td class="text-nowrap">30-May-2010</td>
<td>
<b><a name="item10">Exiv2 0.20 released</a></b><br>This release includes
<a title="Sony makernote tags" href="tags-sony.html">Sony</a>,
<a title="Nikon makernote tags" href="tags-nikon.html">Nikon</a> and
<a title="Pentax makernote tags" href="tags-pentax.html">Pentax</a>
makernote updates and a significant performance improvement for Nikon
makernotes. Writing to Minolta raw images (ORF) is now supported.
Several TIFF tags and the XMP
<a href="tags-xmp-kipi.html" title="KDE Image Program Interface schema">KDE Image Program Interface (kipi) schema</a>,
<a href="tags-xmp-mediapro.html" title="iView Media Pro schema">iView Media Pro schema</a> and
<a href="tags-xmp-expressionmedia.html" title="Microsoft Expression Media schema">Microsoft Expression Media schema</a>
have been added. See the
<a title="ChangeLog" href="changelog.html">ChangeLog</a> for a complete list of
all enhancements and bugfixes in this release.
</td>
</tr>
<tr>
<td class="text-nowrap">30-Dec-2009</td>
<td>
<b><a name="item11">Exiv2 0.19 released</a></b><br>This release has a dramatically reduced memory footprint when writing
to TIFF and TIFF-based images as the images are no longer completely
loaded into memory. In addition it improves performance of read
operations for such files by about a factor six on Windows. It also
provides extended Nikon makernote support. Exiv2 is now able to read
and write many additional
<a title="Nikon makernote tags" href="tags-nikon.html">Nikon makernote tags</a>,
including encrypted tags. The XMP toolkit used by Exiv2 has been upgraded to
the latest available version,
<a title="Iptc4xmpExt schema" href="tags-xmp-iptcExt.html">iptc4xmpExt</a> and
<a title="PLUS schema" href="tags-xmp-plus.html">plus</a> XMP schemas have been
added and several XMP conversion issues fixed.
The <a title="ChangeLog" href="changelog.html">ChangeLog</a> lists all
these enhancements and various other features and bugs that have been
addressed for this release.
</td>
</tr>
<tr>
<td class="text-nowrap">24-Jun-2009</td>
<td>
<b><a name="item12">Exiv2 0.18.2 released</a></b><br>This release fixes several important issues found with PNG
write-support, writing to certain NEF images and writing comments to
JPG images, among others. It also contains minor Nikon and Minolta
lens updates and updates Polish translations.
The <a title="ChangeLog" href="changelog.html">ChangeLog</a> has
the complete list of changes, as usual.
</td>
</tr>
<tr>
<td class="text-nowrap">06-Apr-2009</td>
<td>
<b><a name="item13">Exiv2 0.18.1 released</a></b><br>This release adds write-support for Adobe Photoshop PSD
images, read-support for Panasonic RW2 images, Panasonic and Nikon
makernote updates, and a number of improvements under the hood and
bug fixes, detailed in the <a title="ChangeLog" href="changelog.html">ChangeLog</a>.
It also includes a new utility,
<a title="organize directories with digital images" href="http://dev.exiv2.org/boards/3/topics/44">organize</a>,
contributed by Brad Schick.
</td>
</tr>
<tr>
<td class="text-nowrap">08-Jan-2009</td>
<td>
<b><a name="item14">Community website</a></b><br>Brad has migrated the Mantis issue tracker and the commit
info list to a
<a href="http://www.redmine.org" title="Redmine - a flexible project management web application">Redmine</a>
installation. This also includes a new forum, which replaces the Exiv2
Yahoo! group, and a new Exiv2 Wiki, all integrated, with a common
look-and-feel and a single sign-on. From the main website, these
project resources are accessible through the
<a href="http://dev.exiv2.org/projects/exiv2/wiki" title="Exiv2 project resources and help centre">Project</a>
link in the sidebar.<br>
Thanks to Brad Schick for this latest innovation as well as his
reliable sysadmin services and sponsorship since the early days of
the project!
</td>
</tr>
<tr>
<td class="text-nowrap">18-Dec-2008</td>
<td>
<b><a name="item15">Exiv2 0.18 released</a></b><br>Here is the final 0.18 release with write-support for TIFF,
DNG, NEF, PEF, PNG and JP2 images, makernote updates and access to
image previews. On Windows, Exiv2 can now be built as a DLL.<br>
In addition to the changes in the 0.18 pre-releases, the Exiv2
command line utility has new options to show all (Exif, IPTC and
XMP) metadata and to list and extract preview images, while the
library enhancements are mostly bug fixes and minor features. See
the <a title="ChangeLog" href="changelog.html">ChangeLog</a> for
details.
</td>
</tr>
<tr>
<td class="text-nowrap">04-Nov-2008</td>
<td>
<b><a name="item16">Exiv2 0.18-pre2</a></b><br>With this pre-release it is now possible to build an Exiv2 Windows
DLL.<br>
A new API was added to
<a title="" href="http://uk.groups.yahoo.com/group/exiv2/message/1404">access image previews</a>
of any image. In addition to Exif thumbnails this allows retrieving
various other previews from RAW images and Exif MakerNotes through
a common interface.<br>
Another backward-compatible API change allows
<a title="" href="http://uk.groups.yahoo.com/group/exiv2/message/1408">advanced Exif pretty-printing functions</a>
to refer to all Exif tags.<br>
Further Exif improvements and fixes are detailed in the
<a title="ChangeLog" href="changelog.html">ChangeLog</a>.<br>
Again, please use this pre-release to test with backups of your
images and to adapt applications to the modified interface, and raise
issues in the <a title="Exiv2 support forum" href="support.html">forum</a>.
Your feedback is important to finalizing release 0.18.
</td>
</tr>
<tr>
<td class="text-nowrap">11-Sep-2008</td>
<td>
<b><a name="item17">Exiv2 0.18-pre1</a></b><br>This pre-release adds write-support for TIFF, DNG, NEF, PEF,
PNG and JP2 images and provides the basis for write-support for
other TIFF-like RAW formats.<br>
The library's <a title="Exiv2 API documentation" href="doc/index.html">API</a>
was streamlined and internal symbols removed from the ABI. The
benefits of this change are manifold. In particular, the reduced
API is easier to work with and will ultimately be more stable.<br>
Under the hood, the TIFF parser code was consolidated: JPEG images
now also use the new TIFF parser to read and write Exif metadata
and the old obsolete code was removed.<br>
See the <a title="ChangeLog" href="changelog.html">ChangeLog</a> for a
complete list of changes and links to even more details.<br>
Please use this pre-release to test with backups of your images and
to adapt applications to the modified interface, and raise issues
in the
<a title="Exiv2 support forum" href="support.html">forum</a>.
This feedback is key to finalizing release 0.18.
</td>
</tr>
<tr>
<td class="text-nowrap">19-Jun-2008</td>
<td>
<b><a name="item18">Exiv2 0.17.1 released</a></b><br>This is a bugfix release for some important issues, some of which
were introduced with the previous release. See the
<a title="ChangeLog" href="changelog.html">ChangeLog</a> for details.
</td>
</tr>
<tr>
<td class="text-nowrap">06-Jun-2008</td>
<td>
<b><a name="item19">Exiv2 0.17 released</a></b><br>This release considerably extends the functionality for
dealing with XMP. It includes conversion of Exif and IPTC to/from
XMP, XMP sidecar files and XMP pretty printing functionality. It
also adds support for JPEG 2000 (JP2) and Photoshop (PSD) images,
among other
<a title="ChangeLog" href="changelog.html">improvements and fixes</a>.
</td>
</tr>
<tr>
<td class="text-nowrap">06-Mar-2008</td>
<td>
<b><a name="item20">API documentation</a></b><br>The complete Exiv2 API documentation is now available
<a title="Exiv2 API documentation" href="doc/index.html">online</a>.
Thanks to Dimitri van Heesch for
<a title="Doxygen" href="http://www.doxygen.org">doxygen</a>,
the great source code documentation generator tool!
</td>
</tr>
<tr>
<td class="text-nowrap">10-Jan-2008</td>
<td>
<b><a name="item21">Exiv2 0.16 released</a></b><br>Here is the final 0.16 release with XMP support. It took longer
than it should have and thus contains quite a
<a title="ChangeLog" href="changelog.html">list</a> of bug fixes and
enhancements.
</td>
</tr>
<tr>
<td class="text-nowrap">09-Nov-2007</td>
<td>
<b><a name="item22">Exiv2 0.16-pre1</a></b><br>This is a pre-release of the upcoming Exiv2 0.16 with XMP
support. Adding XMP metadata to an image is now just as easy as
adding Exif or IPTC tags. In addition there is new support for Olympus ORF
images and Pentax makernotes. Please try Exiv2 0.16-pre1 and report issues
you may have with it to the
<a title="Exiv2 support forum" href="support.html">Exiv2 forum</a>.
</td>
</tr>
<tr>
<td class="text-nowrap">24-Sep-2007</td>
<td>
<b><a name="item23">XMP testing</a></b><br>The XMP implementation is now in the trunk in SVN and it is
reasonably complete and ready for testing. Please try it out and let
us know your comments. See
<a title="XMP BETA announcement" href="http://uk.groups.yahoo.com/group/exiv2/message/916">this announcement</a> for more details.</td>
</tr>
<tr>
<td class="text-nowrap">31-Aug-2007</td>
<td>
<b><a name="item24">XMP support</a></b><br>We're working on adding XMP support to the library, which should
become the main feature of the next release.
Contributions are welcome, in particular we need input from potential
users about API preferences and XMP test data. You are invited to
join <a title="XMP discussion" href="http://uk.groups.yahoo.com/group/exiv2/message/836">this discussion</a> in the forum and
contribute your viewpoints.
</td>
</tr>
<tr>
<td class="text-nowrap">10-Jul-2007</td>
<td>
<b><a name="item25">Exiv2 0.15 released</a></b><br>This maintenance release fixes a number of bugs, adds support for
Minolta G500 RAW files and has minor tag and some larger translation updates.
See the <a title="ChangeLog" href="changelog.html">changelog</a> for a concise
listing of patches in this release.
</td>
</tr>
<tr>
<td class="text-nowrap">19-Mar-2007</td>
<td>
<b><a name="item26">Exiv2 0.14 released</a></b><br>Exiv2 now uses libtool's -version-info library versioning system, which
will allow future releases to indicate their compatibility with previous
releases. This release also fixes a few bugs and adds minor
features and tweaks to the build environment. See the
<a title="ChangeLog" href="changelog.html">changelog</a> for details.
</td>
</tr>
<tr>
<td class="text-nowrap">03-Mar-2007</td>
<td>
<b><a name="item27">Exiv2 0.13 released</a></b><br>This release features the Native Language Support framework and
partial translations for Finnish, French, German, Polish, Russian
and Spanish. It adds read-support for Fujifilm RAF images and a number
of other features and fixes, listed in the
<a title="ChangeLog" href="changelog.html">changelog</a>.
</td>
</tr>
<tr>
<td class="text-nowrap">06-Dec-2006</td>
<td>
<b><a name="item28">Internationalisation</a></b><br>A framework for Native Language Support (using
<a title="GNU gettext homepage" href="http://www.gnu.org/software/gettext">GNU gettext</a>)
has been added to the Exiv2 library in the SVN repository. This will
be the main new feature of the next release.<br>
Messages from Exiv2 like metadata tag titles, content, descriptions
are ready to be translated now. If you are interested to contribute to
the project, take a look at the
<a title="Development" href="download.html#devel">Exiv2 repository</a>.
You can start a new translation using the Exiv2.pot file or update an
existing PO file. Please contact me to coordinate; Thanks in advance!
</td>
</tr>
<tr>
<td class="text-nowrap">27-Nov-2006</td>
<td>
<b><a name="item29">Exiv2 0.12 released</a></b><br>This is a bugfix release with just a few new features thrown
in. The exiv2 tool can now use the original filename when renaming
images and the library has pretty-print functions for Exif GPS tags.
See the <a title="ChangeLog" href="changelog.html">changelog</a>
for more.
</td>
</tr>
<tr>
<td class="text-nowrap">16-Sep-2006</td>
<td>
<b><a name="item30">Exiv2 0.11 released</a></b><br>This release adds PNG and Sony ARW file format support, both
read-only. Canon makernote tags were updated and a few additional
Canon composite tags are now recognized. Reading TIFF and related
files is about six times faster now compared to the previous version.
This release finally works with Visual Studio C++ 2005 (MSVC 8) and
fixes various bugs.
See the <a title="ChangeLog" href="changelog.html">changelog</a>
for details.
</td>
</tr>
<tr>
<td class="text-nowrap">21-Aug-2006</td>
<td>
<b><a name="item31">Duallicensing</a></b><br>Exiv2 is now also available with a commercial license, i.e., for a fee,
which makes it suitable for use in closed-source projects. Contact me for details.
See this <a title="License discussion" href="http://uk.groups.yahoo.com/group/exiv2/message/255">discussion</a> in the forum for more information on the implications of this change.
</td>
</tr>
<tr>
<td class="text-nowrap">03-Jun-2006</td>
<td>
<b><a name="item32">Exiv2 0.10 released</a></b><br>Exiv2 can now read TIFF images and a number of TIFF-based RAW
image formats, including Nikon NEF, Canon CR2, Pentax PEF, Sony SR2,
Adobe DNG and Minolta MRW formats. Besides displaying the Exif metadata,
you can easily copy it from TIFF or RAW files to JPEG files
(with the insert action).<br>
This release also adds
<a title="Minolta Makernote tags" href="tags-minolta.html">Minolta</a>
<a title="Makernote Formats and Specifications" href="makernote.html">makernote</a>
support among <a title="Changelog" href="changelog.html">other changes</a>.<br>
</td>
</tr>
<tr>
<td class="text-nowrap">08-Mar-2006</td>
<td>
<b><a name="item33">Announcing exiv2.org</a></b><br>The new address not only looks nice, it is also hosted on an account with
sufficient bandwidth to support the steadily increasing number of downloads.<br>
If you have a bookmark or page that links to the old Exiv2 homepage, please change
it to the respective new page on
<a title="The new address of the Exiv2 project" href="http://www.exiv2.org/">www.exiv2.org/</a>.<br>
Thanks to Brad for hosting and sponsoring the site.
</td>
</tr>
<tr>
<td class="text-nowrap">04-Feb-2006</td>
<td>
<b><a name="item34">Exiv2 0.9.1 released</a></b><br>Exiv2 wrote an invalid Exif.Photo.UserComment tag when it was added
to an image which didn't have this tag before. This bug is fixed in this
release. It was introduced in release 0.8.<br>
Added a method to class Image to check which types of metadata are supported.<br>
See the <a title="ChangeLog" href="changelog.html">changelog</a> and this
<a title="Exiv2 bug #451" href="http://dev.exiv2.org/issues/451">bug report</a> for details.
</td>
</tr>
<tr>
<td class="text-nowrap">26-Jan-2006</td>
<td>
<b><a name="item35">Exiv2 0.9 released</a></b><br>Completed Canon CRW support, tags can now also be written to Canon
CRW images. See the documentation for the list of Exif tags that can be
accessed in CRW files.<br>
Added new options to the utility to deal with image file timestamps and
to make the ISO setting of Nikon cameras accessible to applications
that don't know Nikon makernotes by copying it from the makernote
to the regular Exif ISO tag.<br>
The <a title="Changelog" href="changelog.html">changelog</a> has the
complete list.
</td>
</tr>
<tr>
<td class="text-nowrap">19-Nov-2005</td>
<td>
<b><a name="item36">Exiv2 0.8 released</a></b><br>The Canon RAW support is currently read-only. Canon THM is also
supported, since that is the same as JPEG. Note that THM files contain
all the Exif stuff, CRW have only a few tags. Other improvements are
mostly bugfixes to make Exiv2 handle various (more or less) exceptional
situations more gracefully.<br>
For application developers, there is a new precompiler define to
suppress all output from the library and a small script,
exiv2-config, to help with the compilation of your applications.<br>
As always, check out the <a title="Changelog" href="changelog.html">changelog</a>
for details.
</td>
</tr>
<tr>
<td class="text-nowrap">09-Oct-2005</td>
<td>
<b><a name="item37">Vizrea agreement</a></b><br>I've recently entered into an agreement with
<a title="Vizrea" href="http://www.vizrea.com">Vizrea</a>,
under which the company can use most of the Exiv2 library (except for
the Nikon lens table and related code) in their proprietary products
under terms which are different from those of the GPL.
In return Vizrea will assign the copyright of their changes to me and
contribute them back to the free version.<br>
Therefore, if this deal is successful, the free version of Exiv2
will benefit from the code contributed under the agreement. Since
Brad, who wrote major portions of the existing library is with
Vizrea, this will hopefully allow him to continue to spend time
adding good stuff to Exiv2.
</td>
</tr>
<tr>
<td class="text-nowrap">15-Jun-2005</td>
<td>
<b><a name="item38">Exiv2 0.7 released</a></b><br>The inside-out design change made class Exiv2::Image the
top-level class of the library. This is the basis for support of
other file formats (however, Exiv2 still only supports Jpeg for
now). As a result, the C++ interface changed fundamentally in the
way how metadata is accessed. Existing programs will need to be
updated (see the examples). Thanks to the new I/O abstraction layer,
it is now possible to access images in memory directly.<br>
Additional makernotes from Olympus, Panasonic and Sony cameras
are recognized and the Canon and Nikon makernotes have been updated.<br>
Exif tags now have a default type, it works like the existing Iptc
default type.<br>
See the <a title="Changelog" href="changelog.html">changelog</a> for details.
</td>
</tr>
<tr>
<td class="text-nowrap">06-Mar-2005</td>
<td>
<b><a name="item39">Exiv2 0.6.2 released</a></b><br>Utility: New -M option to specify modify commands directly on the
command line, new -l option for a directory to/from which to extract/import
files.<br>
Bugfixes: Support for non-standard IFDs (as created by e.g., GraphicConverter
for Mac), proper non-intrusive writing for the utility's modify command.<br>
Build environment: Libtool support for correct (shared) library generation
on various platforms, improved installation routine.<br>
The <a title="Changelog" href="changelog.html">changelog</a> has the details.
</td>
</tr>
<tr>
<td class="text-nowrap">17-Jan-2005</td>
<td>
<b><a name="item40">Exiv2 0.6.1 released</a></b><br>Bugfix: The Exif thumbnail is no more lost when Exif data is modified
in an "intrusive" manner, e.g., by adding new tags. This was a bug
introduced with release 0.6. <br>
Feature: The new modify option adds metadata write support to the Exiv2
utility. <br>As usual, the
<a title="Changelog" href="changelog.html">changelog</a> has more details.
</td>
</tr>
<tr>
<td class="text-nowrap">09-Jan-2005</td>
<td>
<b><a name="item41">Support forum added</a></b><br>There have been more queries recently which may be of interest for
other users. Going forward, please direct your questions to the new
<a title="Exiv2 support" href="support.html">forum</a>.
</td>
</tr>
<tr>
<td class="text-nowrap">12-Dec-2004</td>
<td>
<b><a name="item42">Exiv2 0.6 released</a></b><br>This is a maintenance release containing numerous smaller
improvements and fixes. The Exiv2 utility now also deletes,
extracts, and re-inserts IPTC data and Jpeg comments from/into Jpeg
files. The library now supports creation of all Exif metadata from
scratch, including makernote tags and thumbnails. In addition, Exif
as well as IPTC metadata with unknown tag names can be added and
manipulated just like known tags. See the <a title="Changelog" href="changelog.html">changelog</a> for more details.
</td>
</tr>
<tr>
<td class="text-nowrap">30-Oct-2004</td>
<td>
<b><a name="item43">Source online</a></b><br>Brad Schick, author of <a title="Robot Battle" href="http://www.robotbattle.com/index.php">Robot Battle</a>, now
hosts the Exiv2 source code repository. He converted it from CVS to
Subversion and provides a web interface, public bug tracking system
and a nifty live list of the 50 last commits. Thanks! Check out the
<a title="Development" href="download.html#devel">development
section</a> on the download page.
</td>
</tr>
<tr>
<td class="text-nowrap">13-Sep-2004</td>
<td>
<b><a name="item44">Exiv2 0.5 released</a></b><br>This release adds support for IPTC metadata. IPTC datasets can
now be manipulated (read and written) similar to Exif metadata.
In connection with the IPTC feature, the existing Metadatum Key and
Value concept was enhanced and the Jpeg file access code was revamped.
The exiv2 utility has a new print option to show the IPTC metadata of
a Jpeg image.
Also, this release adds a configure script and MSVC project files
(but no libtool support yet).
See the <a title="Changelog" href="changelog.html">changelog</a> for
details.
</td>
</tr>
<tr>
<td class="text-nowrap">13-Sep-2004</td>
<td>
<b><a name="item45">Exif keys changed</a></b><br>Starting with release 0.5 the keys used to identify
<a title="Exif and MakerNote tags" href="metadata.html">Exif tags</a>
are of the form '<i>Exif</i>.groupName.tagName' to be consistent
with the new IPTC keys. Existing programs need to be updated
accordingly. Since the old keys are plain C++ strings, the
compiler cannot detect the change. However, it will tell you to use
the new classes Key and ExifKey in the critical regions of the code.
</td>
</tr>
<tr>
<td class="text-nowrap">03-Jul-2004</td>
<td>
<b><a name="item46">Exiv2 0.4 released</a></b><br>This release adds support for three different Nikon makernote
formats to the library. The generalised IfdMakerNote interface can
accomodate more makernote oddities and allows for programmatic
detection of the makernote format. The library now knows how to
deal with broken IFDs. The Exiv2 utility uses a more intuitive and
less rigid command line parsing logic. See the <a title="Changelog" href="changelog.html">changelog</a>
for details.
</td>
</tr>
<tr>
<td class="text-nowrap">03-Jul-2004</td>
<td>
<b><a name="item47">Nikon tags added</a></b><br>Tags for three different Nikon makernote formats are now available
<a title="Nikon makernote tags" href="tags-nikon.html">here</a>.
</td>
</tr>
</table>