Linux photography software

Leon Goldstein metapsych at earthlink.net
Sun Nov 16 09:13:34 PST 2008


wade barocsi wrote:

>Hi Guys,
>
>I hope all is well, it's been a while since I've posted.
>I just haven't had many Linux related problems- (now if you answered
>windows questions...)
>
>I've recently entered the modern era with a quality digital camera.
>
>I know Keith Antoine was heavily into photography, I'll send him an
>email if I don't see any comments from his corner.
>
>...anyway here is the question.
>
>Do you have any recommendations for linux photo editing software, or
>photo organizing etc.  I'm aware of  Gimp, LightZone, bibble,
>rawtherapee and picassa.
>
>(anything else I haven't heard of)
>
>What do you folks use, or hear as recommended?
>
>My Camera is a Pentax K20D, and I'd like to be able to use it's raw
>format.  I'm pretty much learning from scratch, and I'd like to learn
>to use a few
>good tools, at least to start with.
>
>I do have one remaining windows computer (this one), but I'm not sure
>how much longer it will be around. So I'll probably skip the Pentax
>software.
>
>
>Thanks,
>
>Wade Barocsi
>Cheshire, CT
>
>  
>
My favorite photo organizer/editor is Compupic.  This is an old app that 
is broken by libc 2.3.2 and higher.
I am running it by setting its environement to libc 2.3.1 and starting 
it with a little shell script.

http://www.photodex.com/downloads/archive_compupicunix.html

You will need just the files from libc 2.3.1, not all of its 
subdirectories.  (About 4.5 MB)
Copy the old lib 2.3.1 files to, e.g. /lib/lib231, then run it with this 
script:

#!/bin/sh
env LD_LIBRARY_PATH=/lib/lib231:$LD_LIBRARY_PATH
/usr/local/compupic/compupic

-- 
Leon A. Goldstein

Powered by Libranet 3.0 Debian Linux
System G2




More information about the Linux-users mailing list