have the same problem like danielHeen had in this post:
viewtopic.php?f=1&t=15906
Code: Select all
convert hald:8 hald.png
convert: no decode delegate for this image format `8' @ error/constitute.c/ReadImage/532.
convert: missing an image filename `hald.png' @ error/convert.c/ConvertImageCommand/2949.
Code: Select all
convert -debug configure logo: null:
2014-02-25T11:38:28+01:00 0:00.020 0.000u 6.6.6 Configure convert[21099]: utility.c/ExpandFilenames/906/Configure
Command line: convert {-debug} {configure} {logo:} {null:}
2014-02-25T11:38:28+01:00 0:00.020 0.000u 6.6.6 Configure convert[21099]: configure.c/GetConfigureOptions/564/Configure
Searching for configure file: "/usr/share/ImageMagick-6.6.6/config/magic.xml"
2014-02-25T11:38:28+01:00 0:00.030 0.000u 6.6.6 Configure convert[21099]: configure.c/GetConfigureOptions/564/Configure
Searching for configure file: "/usr/lib/ImageMagick-6.6.6/config/magic.xml"
2014-02-25T11:38:28+01:00 0:00.030 0.000u 6.6.6 Configure convert[21099]: configure.c/GetConfigureOptions/564/Configure
Searching for configure file: "/usr/share/doc/ImageMagick-6.6.6/magic.xml"
2014-02-25T11:38:28+01:00 0:00.030 0.000u 6.6.6 Configure convert[21099]: configure.c/GetConfigureOptions/564/Configure
Searching for configure file: "/usr/share/ImageMagick-6.6.6/magic.xml"
2014-02-25T11:38:28+01:00 0:00.030 0.000u 6.6.6 Configure convert[21099]: configure.c/GetConfigureOptions/564/Configure
Searching for configure file: "/home/tom/.magick/magic.xml"
2014-02-25T11:38:28+01:00 0:00.030 0.000u 6.6.6 Configure convert[21099]: magic.c/LoadMagicList/678/Configure
Loading magic configure file "/usr/share/ImageMagick-6.6.6/config/magic.xml" ...
ls -1 /usr/share/ImageMagick-6.6.6/config
coder.xml
colors.xml
log.xml
magic.xml
mime.xml
sRGB.icm
thresholds.xml
But I don't know, where the modules loaded are configured. When I try to use a downloaded CLUT, it does work with:Found out my problem.
For some reason modules was disabled in my configuration. Enabled it and it now works
"convert TEST.png CLUT.png -hald-clut TEST-0.png"
..but of course the result is not correct. I just wanted to test it.
How can I create a CLUT on my system?
tom
Ps:
Edited 'coder.xml':
Code: Select all
<codermap>
<coder magick="GIF87" name="GIF"/>
<coder magick="JPG" name="JPEG"/>
<coder magick="PGM" name="PNM"/>
</codermap>