[Digikam-devel] [Bug 118539] wish: lossless image-editor for JPEGs
Gilles Caulier
caulier.gilles at free.fr
Fri Mar 24 12:34:10 GMT 2006
------- 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=118539
------- Additional Comments From caulier.gilles free fr 2006-03-24 13:34 -------
> Hence PNG should not be the recommended format, but only a format that is lossless in terms > of the picture and meta-data.
Not completly right !
The first way to backup metadata into PNG file are raw profiles, and digikam image editor support ImageMagick raw Exif/iptc profile to save EXIF and IPTC metadata !
Try this command line (with foo1.jpg is a file with Exif info) :
# convert foo1.jpg foo2.png
# convert foo2.png foo3.jpg
Now look the results into digikam or showfoto metadata tab ! foo3.jpg have the same EXIF info of foo1.jpg
The second way is chunk creation like photoshop does (i think). I study this way for the next release (later 0.9.0 issue).
Gilles Caulier
More information about the Digikam-devel
mailing list