Image not found using -deskew-
Posted: 2018-04-05T10:19:23-07:00
Hi everybody, I am a new ImageMagick user. To be more precise I am using DocHive which is a program which uses ImageMagick as part of it (https://github.com/raleighpublicrecord/ ... er/dochive). Beside that I am getting an error which I honestly do not understand. The lines are the following
I do not get why it says that the image is not found when it just created it with the first command.
Any hint about that?
Code: Select all
C:\Users\VisitingFellows\Desktop\dochive-master\dochive>java -jar app\DocHive.jar input\Cooke_Dale_2012-05-25.pdf output true templates * *
File path: C:\Users\VisitingFellows\Desktop\dochive-master\dochive\input
success
Executing: convert.bat -monochrome -density 300 input\Cooke_Dale_2012-05-25.pdf output\Cooke_Dale_2012-05-25\Cooke_Dale_2012-05-25_%02d.png
ExitValue: 0
Converted in 2 seconds
Page Count: 7
Executing: convert.bat -deskew 40% +repage output\Cooke_Dale_2012-05-25\Cooke_Dale_2012-05-25_00\Cooke_Dale_2012-05-25_00.png output\Cooke_Dale_2012-05-25\Cooke_Dale_2012-05-25_00\Cooke_Dale_2012-05-25_00.png
ERROR>magick: no images found for operation `-deskew' at CLI arg 1 @ error/operation.c/CLIOption/5269.
ExitValue: 1
Any hint about that?