Page 1 of 1

how to create a hald? -SOLVED

Posted: 2010-03-31T07:42:43-07:00
by danielHeen
Hi!

How do I create a hald image?

I tried the folowing as mentioned in http://www.imagemagick.org/Usage/color/#hald-clut , but with no luck.

Code: Select all

convert hald:3 hald.png
I get the following error message:

Code: Select all

convert: MissingAnImageFilename `hald.png' @ error/convert.c/ConvertImageCommand/2941.
Thanks,
-Daniel

Re: how to create a hald?

Posted: 2010-03-31T07:53:39-07:00
by magick
The command works for us with ImageMagick 6.6.0-10. Is your ImageMagick installed properly? The message MissingAnImageFilename means ImageMagick is not finding its configuration files, it should be 'missing an image filename.'. Type
  • convert -debug configure logo: null:
The debugging output will tell you where ImageMagick is looking for its configuration files.

Re: how to create a hald?

Posted: 2010-03-31T08:02:13-07:00
by danielHeen
Hmmm.

It's looking for the config files in my home directory. We've configured/compiled 6.6.0-8 to a network location. Guess we've missed a flag of some kind. Could you please tell me what we need to add in out configure options?

Thanks,
-Daniel

Re: how to create a hald? -SOLVED

Posted: 2010-04-06T01:10:47-07:00
by danielHeen
Hello!

Found out my problem.
For some reason modules was disabled in my configuration. Enabled it and it now works :)

-Daniel