------- 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=142975 Summary: wish better support for RAW photo handling Product: digikam Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: simon margo student utwente nl Version: (using KDE KDE 3.5.6) Installed from: Unlisted Binary Package OS: Linux I think the process for handling photos from flash cards or digicams is very good with digikam and I would like to use it more (i.e. stay inside digikam for longer), but for that to happen, I'd like to see some features that would help me handle the RAW files that I shoot. Basically what I do is, download the images using digikam (insert card, choose upload to digikam, choose an album to download and do that). That's when I switch to the commandline and run a simple bash for-loop to convert all the .ARW files to jpg using dcraw -w -c | convert file.ARW.jpg. After the conversion I copy the exif information using exiftool to the output jpg. Later, when I want a different interpretation of the raw data, I use the gimp, because it has UFRAW to import the raw information. This gives a quick way to interpret the RAW information. I realise this isn't "necessary" in digikam, since the editor /can/ handle 16 bit data. However this way of working with the raw files is very intuitive to me and the digikam editor isn't for some reason. Using RAW files means that in-camera noise reduction (for high ISO), sharpening and white-balance is a necessary step (at least the option) when converting to jpg, which is still the de-facto standard for displaying and printing. So what I'd like digikam to do is while downloading the RAW files, create a smaller preview version of the RAW file using some generic settings for dcraw (see above). That way I can wait until the download batchjob is done and then I can quickly preview all the images. Then when I open one, I'd like to get a dialogue with something like UFRAW processing, with the addition of NR perhaps. Then I'd like to edit the resulting 16-bit data and save it (and a jpg of the current interpretation). Later I may want to tweak the interpretation of the RAW data... I hope this makes sense to you, I'm not an experienced programmer, but I could try helping with the debugging. Thanks Simon _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- 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=142975 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |Camera GUI _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from simon@margo.student.utwente.nl
------- 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=142975 ------- Additional Comments From simon margo student utwente nl 2007-04-10 16:47 ------- Just revisiting this bug... Actually, shooting RAW is mostly for keeping the best possible record of the recorded image, leaving the most flexibility for interpretation into a viewable/printable image. (Printers can/could have a larger colourspace than a screen for example). So a photo archiving tool should keep track of viewable images and if available, their RAW originals (digital negatives). In digikam, this could be done by keeping a separate database of RAW files and store the RAW filename and a hash of the data (to check integrity and possible filename confusions due to rollover of numbers) in the exif fields of the viewable images (if this is possible in the viewable format). The latter is probably limited to viewable images created via digikam's interface. The interpretation of the RAW files could be internal or a call to an external program (like dcraw or any other) Cheers Simon BTW, there's a movement going on for an open RAW format at http://www.openraw.org/ _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from simon@margo.student.utwente.nl
------- 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=142975 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Camera GUI |RAW files management _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from simon@margo.student.utwente.nl
------- 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=142975 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From caulier.gilles gmail com 2008-08-05 14:51 ------- SVN commit 842507 by cgilles: digiKam from KDE3 branch : new tool to import RAW file in editor There are 2 way to handle RAW file in editor : 1/ using auto-gamma. User let's digiKam import RAW image using default RAW decoding setting from config panel. An Autogamma is applied to image. This option is used by default when you open image in editor. Toi change it, go to Image editor config panel and set on "Use Raw Import tool" option. 2/ using Raw Import tool. In this way a dialog with all RAW decoding settings and a preview of decoded image is displayed. Histogram is available, and panning/zomming over the preview is possible. Note: this Raw import tool is also available with Showfoto of course... A preview of tool in action can be see on digiKam-labs flickr photo pool: http://farm4.static.flickr.com/3097/2735517982_598f1e30c3_o.png TODO : * included all Color management settings relevant of RAW decoding. display this settings if digiKam Color Management is on. * added a gamma adjustement with RAW decoding. * removed Tools/RAW Converter (single) option provided by RAW converter kipi-plugin which become obsolete here (Batch RAW converter will still available). Remplace this option by a link to Raw Import tool directly. BUG: 142975 BUG: 150457 BUG: 155074 BUG: 155076 M +1 -1 imageeditor/canvas/Makefile.am M +16 -3 imageeditor/canvas/dimginterface.cpp M +4 -0 imageeditor/canvas/iofilesettingscontainer.h M +4 -2 imageeditor/editor/Makefile.am M +2 -0 imageeditor/editor/editorwindow.cpp M +56 -70 imageeditor/rawimport/rawimportdlg.cpp M +2 -1 imageeditor/rawimport/rawimportdlg.h M +23 -15 setup/setupeditor.cpp M +1 -1 setup/setupeditor.h WebSVN link: http://websvn.kde.org/?view=rev&revision=842507 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |