SVN commit 507466 by cgilles:
digiKam from trunk : Camera GUI big changes : 1 - Camera GUI using image properties side bar now with 2 tabs to display Exif informations and image file informations. The 2 old dialogs have been removed. 2 - With USM camera, the exif informations can be displayed with all RAW files... if THM files relevant are provides by your camera. There is no yet a way to get Exif informations directly from RAW files. A screenshot : http://digikam3rdparty.free.fr/Screenshots/camera_gui_with_side_bar.png TODO : - Testing this implementation with GPhoto camera. The implementation must working fine normally. I need any feedback. I will do any test with my old C3000Z camera too. - RAW file Exif extraction (in digikam libs core), using dcraw parse implementation. I'm study hard this solution. It's can be possible to do, there are any code based on this way to extract CRW and NEF Exif informations like a bytes array. - LossLess convertion on the fly using PNG file (Tiff will be doing later) with metadata backup. The code is ready on my computer but i need to do any advanced tests before to commit. - Real JPEG lossLess rotation. CCMAIL: [hidden email] M +12 -2 libs/imageproperties/Makefile.am A libs/imageproperties/cameraitempropertiestab.cpp [License: GPL] A libs/imageproperties/cameraitempropertiestab.h [License: GPL] M +31 -9 libs/imageproperties/imagepropertiesexiftab.cpp M +1 -1 libs/imageproperties/imagepropertiesexiftab.h M +3 -3 libs/imageproperties/imagepropertiessidebar.cpp M +1 -1 libs/imageproperties/imagepropertiessidebar.h A libs/imageproperties/imagepropertiessidebarcamgui.cpp [License: GPL] A libs/imageproperties/imagepropertiessidebarcamgui.h [License: GPL] M +8 -7 libs/imageproperties/imagepropertiessidebardb.cpp M +11 -7 utilities/cameragui/Makefile.am M +6 -22 utilities/cameragui/cameracontroller.cpp M +22 -21 utilities/cameragui/cameracontroller.h M +21 -31 utilities/cameragui/cameraiconview.cpp M +5 -5 utilities/cameragui/cameraiconview.h M +103 -22 utilities/cameragui/cameraui.cpp M +20 -7 utilities/cameragui/cameraui.h D utilities/cameragui/gpiteminfodlg.cpp D utilities/cameragui/gpiteminfodlg.h M +1 -0 utilities/cameragui/renamecustomizer.h M +1 -1 utilities/cameragui/umscamera.cpp _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Op donderdag 9 februari 2006 11:09, schreef Gilles Caulier:
> SVN commit 507466 by cgilles: > > digiKam from trunk : Camera GUI big changes : > > 1 - Camera GUI using image properties side bar now with 2 tabs to display > Exif informations and image file informations. The 2 old dialogs have been > removed. 2 - With USM camera, the exif informations can be displayed with > all RAW files... if THM files relevant are provides by your camera. There > is no yet a way to get Exif informations directly from RAW files. > > A screenshot : > http://digikam3rdparty.free.fr/Screenshots/camera_gui_with_side_bar.png Sidebar in the camergui? Did I miss a discussion about this 'feature'? Toma > TODO : > > - Testing this implementation with GPhoto camera. The implementation must > working fine normally. I need any feedback. I will do any test with my old > C3000Z camera too. - RAW file Exif extraction (in digikam libs core), using > dcraw parse implementation. I'm study hard this solution. It's can be > possible to do, there are any code based on this way to extract CRW and NEF > Exif informations like a bytes array. - LossLess convertion on the fly > using PNG file (Tiff will be doing later) with metadata backup. The code is > ready on my computer but i need to do any advanced tests before to commit. > - Real JPEG lossLess rotation. > > CCMAIL: [hidden email] > > M +12 -2 libs/imageproperties/Makefile.am > A libs/imageproperties/cameraitempropertiestab.cpp [License: > GPL] A libs/imageproperties/cameraitempropertiestab.h > [License: GPL] M +31 -9 > libs/imageproperties/imagepropertiesexiftab.cpp > M +1 -1 libs/imageproperties/imagepropertiesexiftab.h > M +3 -3 libs/imageproperties/imagepropertiessidebar.cpp > M +1 -1 libs/imageproperties/imagepropertiessidebar.h > A libs/imageproperties/imagepropertiessidebarcamgui.cpp > [License: GPL] A > libs/imageproperties/imagepropertiessidebarcamgui.h [License: GPL] M +8 > -7 libs/imageproperties/imagepropertiessidebardb.cpp > M +11 -7 utilities/cameragui/Makefile.am > M +6 -22 utilities/cameragui/cameracontroller.cpp > M +22 -21 utilities/cameragui/cameracontroller.h > M +21 -31 utilities/cameragui/cameraiconview.cpp > M +5 -5 utilities/cameragui/cameraiconview.h > M +103 -22 utilities/cameragui/cameraui.cpp > M +20 -7 utilities/cameragui/cameraui.h > D utilities/cameragui/gpiteminfodlg.cpp > D utilities/cameragui/gpiteminfodlg.h > M +1 -0 utilities/cameragui/renamecustomizer.h > M +1 -1 utilities/cameragui/umscamera.cpp Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gilles Caulier
Am Donnerstag 09 Februar 2006 11:09 schrieb Gilles Caulier:
> SVN commit 507466 by cgilles: Are you feeling better? > digiKam from trunk : Camera GUI big changes : (*me* thinks loud) What about dropping the whole separate camera interface and integrate cam access as virtual folder in album view? > 1 - Camera GUI using image properties side bar now with 2 tabs > to display Exif informations and image file informations. The 2 > old dialogs have been removed. 2 - With USM camera, the exif > informations can be displayed with all RAW files... if THM > files relevant are provides by your camera. There is no yet a > way to get Exif informations directly from RAW files. What about integrating a scripting hook transferring the file e.g. via /tmp that do this stuff until there is a solution? There are only some RAW cams out there that still produce a second THM-jpeg-file when shooting, or? Is it possible to activate some kind of wordwrap for the info tab? Bye Thorsten _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Dnia czwartek, 9 lutego 2006 12:54, Thorsten Schnebeck napisaĆ:
> (*me* thinks loud) What about dropping the whole separate camera > interface and integrate cam access as virtual folder in album > view? Harder interface for advanced renaming options. Also there will be more questions about copying *to* camera. m. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |