Posted: 2006-07-05T20:32:09-07:00
Use MagickLib::LogColorspace to avoid the undeclared identifier error. We have a patch in ImageMagick 6.2.4 Beta available by tomorrow to fix this problem.
You should be able to work directly in the log colorspace. ImageMagick normally does not convert colorspaces until the image is written and the format requires a specific colorspace (which is typically RGB). If you want the full range of colors, in.colorspace(RGBColorspace), should work.
You should be able to work directly in the log colorspace. ImageMagick normally does not convert colorspaces until the image is written and the format requires a specific colorspace (which is typically RGB). If you want the full range of colors, in.colorspace(RGBColorspace), should work.