Bug 160236 - Image Magick convert operations return with errors
Summary: Image Magick convert operations return with errors
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Bqm-Convert (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-01 23:22 UTC by Martin Schmettow
Modified: 2018-03-23 11:43 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.2.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schmettow 2008-04-01 23:22:40 UTC
Version:           0.9.4beta2 (using KDE 3.5.8)
Installed from:    Compiled From Sources
Compiler:          gcc 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) 
OS:                Linux

Operations that use Image Magicks convert stopped working after compiling digikam 0.9.4beta2 on Ubuntu Gutsy.
Tested with: 
* Convert Tif to Jpeg
* Rotate (Ctrl-Shift-Left)

With rotating it says:
ImageMagick Command line args:
convert
-verbose
-rotate
90
/home/martin/digiKam/Neuseeland/Film4/Neuseeland-F04-19.tif[0]
/tmp/kde-martin/digikamU5Fwibkipiplugin-rotate
TIFF Directory at offset 0x8 (8)
  Subfile Type: (0 = 0x0)
  Image Width: 2442 Image Length: 1578
  Resolution: 1800, 1800 pixels/inch
  Bits/Sample: 16
  Compression Scheme: None
  Photometric Interpretation: RGB color
  Samples/Pixel: 3
  Rows/Strip: 1
  Planar Configuration: single image plane
  Make:
  Model: 3600FilmScanner
  Software: SilverFast 6.4.4r7
  DateTime: 2008:04:01 22:17:33
  EXIFIFDOffset: 338
  ICC Profile: <present>, 544 bytes

Both operations worked fine with version 0.9.2 from Ubuntu repository.
A manual 
> convert -rotate 90 IMAGE.TIF TMP.TIF
also worked as expected
Comment 1 caulier.gilles 2008-12-07 21:54:17 UTC
Martin,

This file still valid using kipi-plugins 0.1.6 and a recent version of
ImageMagick?

Gilles Caulier
Comment 2 Martin Schmettow 2008-12-21 16:59:42 UTC
This problem is no longer encountered with KDE 4.2b2, Ubuntu 8.10 and digikam 0.10.0, kipi-plugins 0.2.0b2 
Comment 3 caulier.gilles 2008-12-22 06:36:28 UTC
Thanks for the report.

Gilles Caulier