ConFoo Montreal 2026: Call for Papers

Voting

: two minus two?
(Example: nine)

The Note You're Voting On

guy dot paddock at redbottledesign dot com
8 years ago
I believe the description for imagick::COMPOSITE_MINUS is incorrect. It states:

"Subtracts the source from the target"

But according to ImageMagick's documentation:

"The original method name 'Minus' is a synonym for 'Minus_Dst' meaning 'minus the destination'"

And defines "Minus_Dst" as:
"Src - Dest"

So the description of "imagick::COMPOSITE_MINUS" should be "Subtracts the target from the source"

<< Back to user notes page

To Top