11

I have a DSLR (Canon 550D) and since I'm taking my first steps in the world of RAW photography I don't know which would be a good program to use to edit these files. I've tried digiKam and GIMP but wasn't satisfied. I'm sure there must be better software out there...

Zanna
  • 72,312

3 Answers3

20

Have a look at Darktable. It's an excellent RAW editor. To install Darktable in all currently supported versions of Ubuntu open the terminal and type:

sudo apt install darktable

Darktable

Darktable

karel
  • 122,292
  • 133
  • 301
  • 332
Ted Bell
  • 201
9

I like rawtherapee. You may want to give it a shot. There is also UFRaw, but I personally don't like it as much.

In terminal:

sudo apt-get install rawtherapee

and

sudo apt-get install ufraw

respectively.

Ed Villegas
  • 3,543
1

The Gimp. To install it run:

sudo apt-get install gimp
Zanna
  • 72,312