I’m currently trying to put a set of HDR (High Dynamic Range) images together, but I can’t do so because:
a) Photoshop doesn’t like me anymore.
b) The Gimp doesn’t have HDR capabilities
So I resolved to finding some software native to Linux. I’ve found a program called “Luminance”, but the .deb is only i386 and the USC doesn’t want to install it. It says for a 64-bit version I’d have to compile it, which apparent “can be done easily”.
You do have a habit of making things hard for yourself … and me … I figured “he must have looked for a PPA first”, so I spent ages trying (and failing) to get it to compile … bloody thing has some depreciated code.
So I thought, I’d have a look around … Erm, there IS a PPA :
First make sure you have ppa-purge installed
sudo apt-get install ppa-purge
Then add the PPA and install luminance -
sudo add-apt-repository ppa:philip5/extra
then
sudo apt-get update
then
sudo apt-get install luminance
Now, considering there is a LOT of stuff in that PPA … I’d disable the PPA in Synaptic>Repositories>Other Software (tab) … ie. untick the 2 philip5/extra entries … then run: