Bug 160446 - EXIF values in PNG are not preserved when saving as JPG
Summary: EXIF values in PNG are not preserved when saving as JPG
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-06 00:13 UTC by Ar
Modified: 2008-07-21 21:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ar 2008-04-06 00:13:44 UTC
Version:           1.6.3 (using KDE 3.5.9)
Installed from:    Ubuntu Packages
OS:                Linux

Apparently Krita offers some support for embedded EXIF information (from what I see here: http://bugs.kde.org/show_bug.cgi?id=138923)

However, EXIF values in PNGs generated from digikam and opened with Krita are not preserved when saving as JPG. I experience this problem all the time, as I use Krita as part of my image processing workflow, in the very last step.

This is with Krita 1.6.3 / ubuntu Hardy 8.04
Comment 1 Cyrille Berger 2008-07-21 00:02:17 UTC
SVN commit 835649 by berger:

Allow to save metadata to PNG files

CCBUG: 160446

 M  +1 -1      filters/krita/ora/CMakeLists.txt  
 M  +6 -1      filters/krita/ora/ora_save_context.cc  
 M  +2 -0      filters/krita/png/CMakeLists.txt  
 M  +71 -2     filters/krita/png/kis_png_export.cc  
 M  +140 -11   krita/ui/kis_png_converter.cpp  
 M  +19 -2     krita/ui/kis_png_converter.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=835649
Comment 2 Ar 2008-07-21 03:52:02 UTC
Thanks Cyrille!!
Comment 3 Cyrille Berger 2008-07-21 21:56:04 UTC
SVN commit 836146 by berger:

Decode exif/iptc/xmp from PNG.
BUG:160446

 M  +3 -3      filters/CMakeLists.txt  
 M  +3 -3      filters/krita/CMakeLists.txt  
 M  +1 -1      filters/krita/png/CMakeLists.txt  
 M  +1 -1      filters/kword/CMakeLists.txt  
 M  +96 -23    krita/ui/kis_png_converter.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=836146