Scribbles and Snaps

Linux, Open Source, Photography

Archive for August 2010

Correct Lens Distortion with digiKam

with 9 comments

Lens 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. So if you have a photo that suffers from barrel1 or pincushion2 distortion, you might be able to fix it quickly using the Auto-Correction tool. To do this, open the photo in the image editor (choose Image | Edit or press F4) and choose Enhance | Lens | Auto-Correction. digiKam then automatically pulls the camera, lens, and other relevant information from the photo’s metadata and attempts to fix the distortion based on the obtained data. Besides the lens distortion, the Auto-Correction feature can fix other problems, too, including chromatic aberration and vignetting. So if the photo exhibits any of these problems, you can apply fixes to it by ticking the appropriate check boxes.

Usually the Auto-Correction tool does a decent job of fixing lens distortion, but if it fails to do the job, you can try to fix the problem manually. To do this, choose Enhance | Lens | Distortion and adjust the Main and Edge sliders to correct lens distortion.

1 Barrel distortion is a lens effect which causes images to be spherised or “inflated”. Barrel distortion is associated with wide angle lenses and typically occurs at the wide end of a zoom lens. The use of converters often amplifies the effect. It is most visible in images with perfectly straight lines, especially when they are close to the edge of the image frame. (Source: Digital Photography Review)

2 Pincushion distortion is a lens effect which causes images to be pinched at their center. Pincushion distortion is associated with tele lenses and typically occurs at the tele end of a zoom lens. The use of converters often amplifies the effect. It is most visible in images with perfectly straight lines, especially when they are close to the edge of the image frame. (Source: Digital Photography Review)

Written by Dmitri Popov

2010/08/30 at 10:03

Batch Convert Nikon RAW (NEF) Files to JPEG

with 7 comments

Need to convert multiple .NEF files to the JPEG format? You can easily do this from the command line using the UFRaw tool. First off, install the UFRaw package on your system. UFRaw is available in the software repositories of many popular Linux distributions, so you can install it using your distro’s package manager. On Ubuntu, use the following command:

sudo apt-get install ufraw

Launch then the terminal, switch to the directory containing NEF files, and run the following command:

ufraw-batch --out-type=jpeg --out-path=./jpg ./*.NEF

That’s all there is to it.

Written by Dmitri Popov

2010/08/14 at 13:37

Follow

Get every new post delivered to your Inbox.

Join 368 other followers