On my Ubuntu PC, imagemagick is used by Simplescan to save multiple scans as multipage PDF files. This does not work - after processing a while, imagemagiuck returns Error Code 7. I suspect that lack of RAM or diskspace is the reason, but I don not know - can you help me with the interpretation of the error code?
Thanks, Johannes
Error Code 7
Re: Error Code 7
I do not think the error code is from Imagemagick. It is probabaly from the Simplescan software.
Re: Error Code 7
Sorry, it explicitely says that the error code is returned by imagemagick command line tools. At that moment, simplescan has already send a command to imagemagick to convert the scan files (looks like tiff format) to the pdf file.
Thanks, Johan nes
Thanks, Johan nes
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Error Code 7
I am not a unix expert, but I searched on google for unix error codes.
I suspect this is coming from unix and probably means a permissions error when reading or writing the file from IM or your argument list too long.
see
http://workbench.freetcp.com/archives/715
http://www.unix.com/shell-programming-s ... mmand.html
http://rabbit.eng.miami.edu/info/functions/errors.html
http://www.slac.stanford.edu/BFROOT/www ... tcode.html
I suspect this is coming from unix and probably means a permissions error when reading or writing the file from IM or your argument list too long.
see
http://workbench.freetcp.com/archives/715
http://www.unix.com/shell-programming-s ... mmand.html
http://rabbit.eng.miami.edu/info/functions/errors.html
http://www.slac.stanford.edu/BFROOT/www ... tcode.html