You are not logged in.

#1 2018-02-21 15:08:22

starfry
Member
From: Surrey, UK
Registered: 2010-08-18
Posts: 230

Imagemagick cannot process DNG (dng.la file not found)

I have this makefile that converts images. I have not used it for a while but now I try and get an error that I can reproduce as follows

$ identify dng:image.dng
identify: unable to open image 'dng:image.dng': No such file or directory @ error/blob.c/OpenBlob/3357.
identify: unable to load module '/usr/lib/ImageMagick-7.0.7/modules-Q16HDRI/coders/dng.la': file not found @ error/module.c/OpenModule/1275.
identify: no decode delegate for this image format `DNG' @ error/constitute.c/ReadImage/509.

I have checked and the file is present

$ ls -l /usr/lib/ImageMagick-7.0.7/modules-Q16HDRI/coders/dng*
-rwxr-xr-x 1 root root  1111 Feb 19 07:54 /usr/lib/ImageMagick-7.0.7/modules-Q16HDRI/coders/dng.la
-rwxr-xr-x 1 root root 15200 Feb 19 07:55 /usr/lib/ImageMagick-7.0.7/modules-Q16HDRI/coders/dng.so

I have also checked and confirmed packages are up to date:

$ pacman -Qo convert ufraw dcraw
/usr/bin/convert is owned by imagemagick 7.0.7.23-1
/usr/bin/ufraw is owned by gimp-ufraw 0.22-11
/usr/bin/dcraw is owned by dcraw 9.27.0-1

My system was last updated yesterday. Any ideas what may be causing this?

Offline

Board footer

Powered by FluxBB