Bug 364009 - Cannot use batch processing to resize images
Summary: Cannot use batch processing to resize images
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Bqm-Resize (show other bugs)
Version: 4.12.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-06 05:10 UTC by Marc Chamberlin
Modified: 2016-07-03 14:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Chamberlin 2016-06-06 05:10:35 UTC
Appears to be a problem with Windows file/path names, a parsing issue perhaps? I tried to resize some photos and all my attempts to resize them fails with the following example of an error message -

convert -verbose C:/Users/Marc/Pictures/Iris_Farm_2016/IMG_0845.JPG[0] -resize 640x480 -quality 75 -profile C:/Users/Marc/Pictures/Iris_Farm_2016/IMG_0845.JPG C:/Users/Marc/Pictures/Iris_Farm_2016/small_pics/IMG_0845.JPG

Invalid Parameter - C:

I am using the version of Digicam for Windows, Windows 10 to be more specific.
Comment 1 caulier.gilles 2016-06-06 11:30:52 UTC
The resize tool from kipi plugins have been removed with new 5.0.0 release (currently in beta7).

You must use Batch Queue Manager from digiKam core instead, which has some limitation currently. See files relevant from bugzilla for details :

https://bugs.kde.org/show_bug.cgi?id=241726
https://bugs.kde.org/show_bug.cgi?id=358844

The new 5.0.0 Windows installer for testing is available at this url :

https://drive.google.com/open?id=0B7yq-xFihT0_SzhxVzF1RDhPbFE

Gilles Caulier