digiKam

Professional Photo Management with the Power of Open Source

Kipi-plugins 0.2.0-beta2 for KDE4 released

by digiKam

To prepare the future Coding Sprint with kipi-plugins developpers, a second beta release of digiKam plugins box is out.

raw2dngconverter

See below the list of new features and bugs-fix coming with this release:

General : Port to CMake/KDE4/QT4.
JPEGLossLess : XMP metadata support.
RAWConverter : XMP metadata support.
TimeAdjust : XMP metadata support.
MetadataEdit : XMP metadata support with EXIF, IPTC, and Comments editor to sync XMP tags.
MetadataEdit : IPTC Editor dialog is more compliant with IPTC.org recommendations.
MetadataEdit : IPTC Editor add the capability to set multiple values for a tag.
SendImages : Complete re-write of emailing tool.
GPSSync : New tool to edit GPS track list using googlemaps.
RAWConverter : Raw files are decoded in 16 bits color depth using same auto-gamma and auto-white methods provided by dcraw with 8 bits color depth RAW image decoding.
SlideShow : Now filenames, captions and progress indicators can have transparent backgrounds with OpenGL SlideShow as well.
SlideShow : Added thumbnails into image list.
SlideShow : Now you can play your favourite music during slideshow.
DNGConverter : New plugin to convert RAW camera image to Digital NeGative (DNG).

001 ==> 135451 : GPSSync : Improve the gui of the gpssync plugin.
002 ==> 135386 : GPSSync : Show track on the google map.
003 ==> 149497 : GPSSync : Geolocalization kipi plugin does not work with non-jpeg file types.
004 ==> 145746 : GPSSync : Do not recreate thumbs when geolocalizing images.
005 ==> 158792 : GPSsync : Plugin do not working with Canon RAW CR2.
006 ==> 165078 : GPSSync : GPS correlator does not show thumbnails.
007 ==> 165278 : GPSSync : Geotagging dialog doesn’t display all thumbnails.
008 ==> 134299 : SimpleViewerExport : Read orientation of image from EXIF.
009 ==> 150076 : SlideShow : Playing music during a slideshow.

Link and build instructions

KDE4 link and build instructions are here

Metadata

How do I love Digikam, and especially their improved support for metadata. However metadata are a PITA, and even the Big Companies are seeing this. They have produced Guidelines for Handling Metadata in Images, and it would be great if Digikam would follow their recommendation as a prove to be a major player in this field :-)

http://www.metadataworkinggroup.com/specs

Keep up the good work!

Already done...

I'm working on metadata handling since a long time now in digiKam. Metadata are very important for photographers. A photo without metadata is not a photo.

There is no news from specification published recently by Metadata Working Group. in digiKam and kipi-plugins, we use a common C++ wrapper aroud Exiv2 library : libkexiv2. All recomendations from this spec. are already implemented since one year in this wrapper...

digiKam

You're my hero!

Wow, I'm happy to hear that. Did you have all the recommendations implemented? I'm asking especially about the second part of the spec, where they give hints which information should be stored in which type of Metadata (Exif, IPTC, XMP), how to synchronize overlapping information and how to chose which is the "correct" information if overlapping fields contradict.

And if you already have this done - you should definitely promote this in the Splash Screen / About box, everywhere :-) Your fame would even increase higher!

I'm working on metadata

I'm working on metadata handling since a long time now in digiKam. Metadata are very important for photographers. A photo without metadata is not a photo.

There is no news from specification published recently by Metadata Working Group. in digiKam and kipi-plugins, we use a common C++ wrapper aroud Exiv2 library : libkexiv2. All recomendations from this spec. are already implemented since one year in this wrapper...

digiKam

Thanks

Wow, I'm happy to hear that. Did you have all the recommendations implemented? I'm asking especially about the second part of the spec, where they give hints which information should be stored in which type of Metadata (Exif, IPTC, XMP), how to synchronize overlapping information and how to chose which is the "correct" information if overlapping fields contradict.

And if you already have this done - you should definitely promote this in the Splash Screen / About box, everywhere :-) Your fame would even increase higher!

>Wow, I'm happy to hear that.

>Wow, I'm happy to hear that. Did you have all the recommendations implemented? I'm asking especially about >the second part of the spec,

Yes, and since a long time now (yes before spec. publication).

The wrapper library is libkexiv2. Look here for details

digiKam