On Sunday 20 December 2015 09:51:57 Michael Ebner wrote: > Need input: When assigning the Picture in the ObjectInspector, masking > works, if using Face.Image.Source, mask will be ignored. I need to check that.
> When trying > assigning Picture via source code, I get a Graphic format error. > Please add "msejpgread" to "uses". By default there are no bitmapformat-handlers included in exectutable, adding the necessary units from "lib/common/image/" includes them. If the GraphicsMagick library is accessible adding "msemagickstream" to "uses" and calling "registerformats()" includes the supported formats of GraphicsMagick too. Martin ------------------------------------------------------------------------------ _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

