The MontageInfo structure in Magick Core

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Alan Hadley
Posts: 48
Joined: 2010-03-31T12:17:55-07:00
Authentication code: 8675308

The MontageInfo structure in Magick Core

Post by Alan Hadley »

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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: The MontageInfo structure in Magick Core

Post by anthony »

More than likely it will be very different in IMv7, as many structure changes are being made.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply