The MontageInfo structure in Magick Core
Posted: 2012-10-14T00:18:16-07:00
I have just implimented the impressive MontageImageList(...) function in my Windows GUI for IM and have noticed that two of the entries in the MontageInfo structure have no effect these are
mi->matte_color
im->border_color
This means that they have to be set in the individual Image structures. This is no problem to me as I can make the colours into functions that are evaluated for each frame so each image can have a different coloured frame/border all controled from a single dialog box. But I thought others might like to know about this.
I would appreciate some clarification on whether this is by design, and these items should be removed from the structure, or will they be activated in the future.
Alan
mi->matte_color
im->border_color
This means that they have to be set in the individual Image structures. This is no problem to me as I can make the colours into functions that are evaluated for each frame so each image can have a different coloured frame/border all controled from a single dialog box. But I thought others might like to know about this.
I would appreciate some clarification on whether this is by design, and these items should be removed from the structure, or will they be activated in the future.
Alan