Some composite methods does not available in Magick++

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
vem
Posts: 2
Joined: 2013-10-09T13:26:27-07:00
Authentication code: 6789

Some composite methods does not available in Magick++

Post by vem »

Hello!

I found that some composite methods (like VividLightCompositeOp or LightenIntensityCompositeOp) are not included in Magick++ API.
But they present in MagickCore's composite.h. I tried to import this methods manually and use them. Seems like they works fine.
Is there any reason why this symbols not imported into Magick++?

ImageMagick 6.8.7-0 2013-09-26 Q16
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Some composite methods does not available in Magick++

Post by dlemstra »

I will add them to include.h.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
vem
Posts: 2
Joined: 2013-10-09T13:26:27-07:00
Authentication code: 6789

Re: Some composite methods does not available in Magick++

Post by vem »

Thank you!
Post Reply