Summary: | Rotating JPEG produces error and truncates original file | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Paul Waldo <paul> |
Component: | Plugin-Bqm-Rotate | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.1.0 | |
Sentry Crash Report: |
Description
Paul Waldo
2007-09-21 15:04:45 UTC
Paul, You use JPEGLossLess kipi-plugin to perform rotation. Which version of kipi-plugins you use (warning : kipi-plugins != libkipi) Also, give us the error messages in the console. Note : the rotation is performed in a temp file (generally somewhere in /tmp - it's drived by KDE API) and later copied to destination folder to overwrite original file. I have never tested to use kipi-plugins on a CIFS file system. Gilles Caulier Here is my kipi-plugin info: $ dpkg -l kipi-plug\* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-==================-==================-==================================================== ii kipi-plugins 0.1.4-0ach0feisty1 image manipulation/handling plugins for KIPI aware p ii kipi-plugins-doc 0.1.4-0ach0feisty1 kipi-plugins documentation I get no error on the console. I re-did the operation and here is all I get: $ digikam& Found dcraw version: 8.60 Exif Orientation: 8 Exif Orientation: 8 Exif orientation tag set to: 1 Paul, I have fixed several problems in JPEGLossLess kipi-plugin, especially about to handle temp file used during pictures transformations. http://websvn.kde.org/branches/extragear/kde3/libs/kipi-plugins/jpeglossless/ Please can you try to checkout current kipi-plugins implementation from KDE3 svn repository, recompile and re-install it to try again. Look on kipi-plugins web site for more details : http://www.kipi-plugins.org/drupal/?q=node/4 Thanks in advance Gilles Caulier Checked SVN code, and rotation on CIFS works just fine. Thanks for the quick turn-around! |