[Digikam-devel] [Bug 109253] Digikam does not store comments in image EXIF tags

Renchi Raju renchi at pooh.tam.uiuc.edu
Mon Jul 18 20:50:51 BST 2005


------- 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=109253         




------- Additional Comments From renchi pooh tam uiuc edu  2005-07-18 21:50 -------
SVN commit 435977 by pahlibar:

be correct about where exactly in the JPEG file, 
the image comment is stored
CCBUGS: 109253


 M  +1 -1      setupexif.cpp  


--- trunk/extragear/graphics/digikam/utilities/setup/setupexif.cpp #435976:435977
 @ -62,7 +62,7  @
    layout->addWidget(explanation);
 
    iconSaveExifBox_ = new QCheckBox(this);
-   iconSaveExifBox_->setText(i18n("&Save image comments as EXIF comments in JPEG images"));
+   iconSaveExifBox_->setText(i18n("&Save image comments as embedded comments (JFIF) in JPEG images"));
    layout->addWidget(iconSaveExifBox_);
 
    iconExifRotateBox_ = new QCheckBox(this);



More information about the Digikam-devel mailing list