how to create a hald? -SOLVED

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
danielHeen
Posts: 28
Joined: 2010-03-18T06:34:34-07:00
Authentication code: 8675308
Location: Oslo, Norway

how to create a hald? -SOLVED

Post 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
Last edited by danielHeen on 2010-04-06T01:11:40-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: how to create a hald?

Post 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.
User avatar
danielHeen
Posts: 28
Joined: 2010-03-18T06:34:34-07:00
Authentication code: 8675308
Location: Oslo, Norway

Re: how to create a hald?

Post 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
User avatar
danielHeen
Posts: 28
Joined: 2010-03-18T06:34:34-07:00
Authentication code: 8675308
Location: Oslo, Norway

Re: how to create a hald? -SOLVED

Post by danielHeen »

Hello!

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

-Daniel
Post Reply