[Digikam-devel] [Bug 142568] Digikam is really slow to load a RAW (.CR2) photo

Danni Coy danni.coy at gmail.com
Wed Mar 7 06:27:14 GMT 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142568         




------- Additional Comments From danni.coy gmail com  2007-03-07 07:27 -------
Actually ufraw can be used as a stand alone tool as well (it works internally as 16 bit as well)...
There is a significant difference in loading times...

Ufraw can do this because it loads a preview of the raw file which is detailed enough to do colour correction on but not for detailed editing (which it doesn't do)... When the file is saved the proper conversion takes place....

I would say that it largely makes sense to take the same approach in digikam. Digikam doesn't really handle detailed editing in the way that Krita or the Gimp does so having being able to get up to incredibly high levels of detail is usually not necessary... 

In order to make these changes the editor would have to handle raw files in a fundementally different fashion to other file types... Digikam already generates previews for raw images in the viewer mode... The editor would have to be written to operate the preview image rather than a converted raw file. (for raw files and only raw files) Operations would also be written as a list and saved as a file (or in the database) this operation list would be called upon when converting the file to another file format. A converted file can be used to do more detailed editing (the same way as raw files are handled now) except this would be more consistant because as things stand you can't save a raw file.



More information about the Digikam-devel mailing list