Correct Lens Distortion with digiKam
Submitted by dmitripopov on Mon, 2010-08-30 09:04Lens distortion is a fact of life. You can mitigate this problem, but you can’t avoid it completely (unless you are willing to invest in seriously expensive professional-grade lenses, that is). Fortunately, digiKam provides a set of tools that can help you to fix lens distortion with relative ease. In fact, the application sports the Auto-Correction feature that attempts to fix lens distortion with a minimum of tweaking. Continue to read
kipi-plugins 1.4.0 released...
Submitted by cauliergilles on Wed, 2010-08-25 16:34Dear all digiKam fans and users!
digiKam team is proud to announce Kipi-plugins 1.4.0 !
kipi-plugins tarball can be downloaded from SourceForge at this url
See below the list of new features and bugs-fix coming with this release:
BUGFIXES FROM KDE BUGZILLA:
digiKam 1.4.0 released...
Submitted by cauliergilles on Wed, 2010-08-25 16:27Dear all digiKam fans and users!
digiKam team is proud to announce digiKam 1.4.0 release!
digiKam tarball can be downloaded from SourceForge at this url
See the list of new features below and bug-fixes coming with this release since 1.3.0
Enjoy digiKam.
GSoC: How is digiKam's non-destructive editing? (This time with pictures!)
Submitted by Martin Klapetek on Wed, 2010-08-18 14:17Hi everybody,
long time no blogging. Time to fix this bug.
So...without any long prologues - (hold your breath now) - it's working! (Say WOW™). But how well does it work you ask? Pretty good! Ok ok, let's get some overview.
You open some image in digiKam's image editor, you add some filters, do some transformations, use some color-altering-stuff untill you're satisfied with your creativity. Then you simply close the editor, autosaving kicks in, and bam, you have new version of your original image, which stayed completely untouched. Available versions can be then viewed/switched in the new sidebar widget (see pic below). The sidebar allows you to display all the available versions either as a simple list or as a tree, which is basically the same list with padded entries to reflect the relations between the images. Later it will also be possible to do some file operations in the sidebar, like Copy/Move/Remove etc. In the main view with thumbnails, (sub)versions are now marked by an (ugly) icon as you can see in the screenshot below, but I'm looking forward to hear your ideas about how to mark them in some better way (of course it will be on/off switchable). Let us hear your ideas or see your mockups!
You can set in the options to have only the latest selected version visible in the main digiKam view, or to have all of them visible and viewable all the time. In the first case, you select the image, then in the sidebar you select which version do you want to see/edit/work with and the pics get switched. Simple as that. They are all physically in the same folder, with the same filename but with "_v1" appended for the first version, "_v2" for second etc. So yes, the versions are complete images, just like in F-Spot versioning. The image's versions are saved in the original image format, except RAW (of course) - format for storing RAW versions is settable in the Settings, for now it's possible to do the saving in PNG or JPG.
Next new thing is list of all used filters/transformations/effects on a particular image. This is part of the new right sidebar tab. So you can see what modifications you did to the selected image. This comes very handy in the Image editor. You apply some filter, it will show up in the new sidebar. When you press undo, the last entry will get a 'disabled' look, so you know what was undo-ed. Also when you press redo, the entries will get 'enabled' accordignly. Then when you have a bunch of disabled entries and you apply some new tool, the disabled entries will get lost and they will be replaced by the new applied tool, just as you would expect. So in short, in image editor this list presents a visualised undo/redo list. In the future I'd like it to be able to dynamically switch any entries on or off to see how would the image look and also to change the used values for particular filters. Basic foundations for this are already layed down. This will later also allows you to take one set of modifications and apply it to any other images.
In the image editor, the 'Save' button is now replaced by 'New version' button. By default, when you're editing again some already created version, not the original image, the changes are saved back to that version. The new version file is created only in case you're editing the original. So, when you're editing some version of the original image and you want to have the changes in a new image (and preserve the old version), that's what the 'New version' button is for. It will create a 'subversion' of the current version. Another use is to open the original, modify, click 'New version', click 'Revert', do another set of changes, click again 'New version' and this way you can quickly create several versions off of the original image and after closing the Image editor, see them all next to each other.
And now you probably ask "When can I get all of this?" Currently it's all in KDE's svn repository along with Aditya Bhatt's Face recognition and Gabriel Voicu's Geotagging features and you can 'svn co'-it and build it yourself, but it's moreless an alpha quality code. This GSoC branch will be based on the soon-to-be-released 1.4 version and will be tagged as a 2.0 version around this Christmas.
We have a KDE-Imaging Coding sprint ahead of us in Aix en Provence, which I'm attending and very looking forward to. We'll discuss & work on the whole GSoC work, on some new ideas for digiKam and do improvements here and there. If you have some ideas, mockups, patches or simply something worth discussing during the sprint, just join the digiKam devel mailing list and shout :)

Classy Stickers for digiKam Users
Submitted by dmitripopov on Mon, 2010-07-12 15:33
Using digiKam? Show this to the world with some classy stickers from World Label. If you use digiKam to process and organize your photos, you have a chance to win 5 sheets (18 stickers each) featuring an original design. And you can download the template and print stickers yourself, too. Continue to read
GSoC update: Reverse Geotagging widget is ready!
Submitted by Gabriel Voicu on Sun, 2010-07-11 10:32Hello everyone,
I'm very happy to announce you that the reverse geotagging widget is finished! This was the first part and maybe the most important part of my project in this year Google Summer of Code, so I'm glad to see it working. The reverse geotagging widget will be included in kipi-plugins 2.0 release which should be around december 2010. Also, I would like to mention that the world map, the image list and the other widgets(except Reverse Geotagging widget of course) from Geolocation widget are the work of Michael G. Hansen(my GSoC mentor).
Watermark Photos with digiKam
Submitted by dmitripopov on Tue, 2010-07-06 21:03While there are many ways to protect your photos from unauthorized use, watermarking still remains the simplest and probably the most effective technique that can help you to identify you as the creator and make it difficult to use your works without permission.
Although digiKam supports watermarking, this feature is hidden so well that you might not even realize that it’s there. This is because the watermarking function in digiKam is tucked under the Batch Queue Manager tool which you can use to watermark multiple photos in one go. Here is how this works in practice.Continue to read
digiKam GSoC progress: libkface is almost ready
Submitted by cauliergilles on Thu, 2010-06-24 06:08Aditya Bhatt working on implementing automatic tagging of faces for digiKam, with face detection and recognition. For that, he have been working on a library named libface that does the detection and training/recognition. Continue to read
Install the Latest Version of digiKam on Ubuntu 10.04
Submitted by dmitripopov on Wed, 2010-06-23 23:01Can’t wait till the latest version of digiKam appears in the official Ubuntu software repositories? You don’t have to: using the personal package archives (PPA) provided by the Launchpad service, you can install the latest release of digiKam with a few simple commands. Continue to read
Improve Photos with digiKam’s Local Contrast Tool
Submitted by dmitripopov on Fri, 2010-06-18 09:54digiKam offers several features that can improve photos containing under- or overexposed areas. For example, the Exposure Blending tool lets you merge multiple shots with different exposures into one perfectly exposed photo. But what if you have just a single image? In this case, you might want to give the Local Contrast feature a try. Continue to read




