delegate failed converting ARW to jpeg

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
jaaaaasshh
Posts: 2
Joined: 2019-01-01T20:29:36-07:00
Authentication code: 1152

delegate failed converting ARW to jpeg

Post by jaaaaasshh »

Installed with Homebrew on OSX 10.14.2 - Thanks!

$ convert dsc00265.arw dsc00265.jpeg

convert: delegate failed `'ufraw-batch' --silent --create-id=also --out-type=png --out-depth=16 '--output=%u.png' '%i'' @ error/delegate.c/InvokeDelegate/1844.
convert: unable to open image '/var/folders/tr/b1508pgj5gz1dq3b0g2ds34r0000gn/T/magick-80651IuUzr3iJFoIC.ppm': No such file or directory @ error/blob.c/OpenBlob/3375.
convert: no images defined `dsc00265.jpeg' @ error/convert.c/ConvertImageCommand/3275.

$ convert --version
Version: ImageMagick 7.0.7-28 Q16 x86_64 2018-03-25 http://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: delegate failed converting ARW to jpeg

Post by snibgo »

Is ufraw-batch installed? What does "ufraw-batch --version" say?
snibgo's IM pages: im.snibgo.com
jaaaaasshh
Posts: 2
Joined: 2019-01-01T20:29:36-07:00
Authentication code: 1152

Re: delegate failed converting ARW to jpeg

Post by jaaaaasshh »

Code: Select all

brew install ufraw
boom. fixed.

thanks!
Post Reply