How to install LightZone (digital darkroom software) on Debian 7/6

LightZone is professional-level digital darkroom software for Windows, Mac OS X, and Linux. Rather than using layers as many other photo editors do, LightZone lets the user build up a stack of tools which can be rearranged, turned off and on, and removed from the stack. It’s a non-destructive editor, where any of the tools can be re-adjusted or modified later — even in a different editing session. A tool stack can be copied to a batch of photos at one time. LightZone operates in a 16-bit linear color space with the wide gamut of ProPhoto RGB.

While many of LightZone’s tools are standard fare, it offers some unusual ones for tonal control — meaning brightness, contrast, shadows, highlights, etc. Some are inspired by the Zone System, and some are inspired by HDR tone-mapping. These tools put LightZone in a class by itself for working with black-and-white imagery. They’re useful for color photos, too.

LightZone was created by Light Crafts, Inc., as proprietary software, and was sold starting in 2005. In 2007, MacWorld gave LightZone its Editor’s Choice Award. Light Crafts ceased operation in September 2011 and released LightZone to open source in December 2012.

Install LightZone on debian 7

Open the terminal and run the following comamnds as root

wget -O – http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/Release.key | apt-key add –
sh -c “echo ‘deb http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/ ./’ > /etc/apt/sources.list.d/lightzone.list”
apt-get update
apt-get install lightzone

Install LightZone on debian 6

Open the terminal and run the following comamnds as root

wget -O – http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_6.0/Release.key | apt-key add –
sh -c “echo ‘deb http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_6.0/ ./’ > /etc/apt/sources.list.d/lightzone.list”
apt-get update
apt-get install lightzone

Sponsored Link

One thought on “How to install LightZone (digital darkroom software) on Debian 7/6

Leave a comment

Your email address will not be published. Required fields are marked *