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?".
when converting an image to the LAB colour space using GIMP; then doing the same with IM there is quite a difference between the output of the applications in the L channel. Am I misunderstanding something or is it a bug of some kind?
one of the two is using the log (option) of LAB for the L component. do a google search on LAB and see what it is supposed to be and if there are controls for log or not.
Hello, fmw42, and thanks for the response. I haven't got the time to chase technical papers around but taking your mention of 'log ' as a starting point I applied an '-evaluate pow 3' to the separated channel and got something more like the expected result (from GIMP). I think I was mistaken in thinking the GIMP decompose to layers would give something like a pure channel separation. I'll experiment a bit further. Thanks again.