Bug 93065 - resizing images removes EXIF information
Summary: resizing images removes EXIF information
Status: CLOSED WORKSFORME
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Bqm-Resize (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-11 00:26 UTC by Sebastian Kügler
Modified: 2017-07-01 11: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 Sebastian Kügler 2004-11-11 00:26:43 UTC
Version:           0.7 (using KDE KDE 3.3.1)
Installed from:    Gentoo Packages
Compiler:          3.4.3 
OS:                Linux

Steps to reproduce:
--------------------
* Check EXIF information of an image
* use resize plugin from Tools -> Batch Processes -> Resize Images
* Check EXIF information of resized images - It's gone. :(

Expected behaviour:
--------------------
Obviously, it would be nice to *not* loose the EXIF tags. (Imagemagick's convert -resize has this as default behaviour, although I'm not sure if this plugin also uses imagemagick.)

Thanks for caring.
Comment 1 caulier.gilles 2004-11-28 23:30:14 UTC
I have fixed that in CVS. I have use -resize IM option instead -geometry. It will working better normally...

Please let's me hear if it's good for you.

Gilles Caulier
Comment 2 Sebastian Kügler 2004-11-29 20:19:22 UTC
I just tried kipi-plugins from CVS, but it does not seem to be fixed now. However, I was suprised when I checked the resized images of the HTML export option, these do contain the EXIF info. The output of the batch processing -> Resize Images lost it.
Comment 3 Sebastian Kügler 2004-11-29 20:30:21 UTC
Having another look at it, it works.

When I tried a couple of minutes ago, I chose "prepare to print" as Resizing Type. Selecting Proportional works fine and keeps the EXIF info.

Thanks for fixing it. :-)