Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add more composition modes. #15

Open
Evi1M4chine opened this issue Aug 27, 2010 · 0 comments
Open

Feature request: Add more composition modes. #15

Evi1M4chine opened this issue Aug 27, 2010 · 0 comments

Comments

@Evi1M4chine
Copy link

Especially ones that allow one, to see differences.
I found the following algorithm to be quite useful:

(In Imagemagick)

composite 1.bmp 2.bmp -compose Difference temp1.bmp;
convert temp1.bmp -fill red -tint 200 temp2.bmp;
composite 1.bmp temp2.bmp -compose Screen out.bmp;

Nicely tints all differences red.

Also, a simple subtraction can be useful. (Just the first operation.)

I suggest, to keep things simple, to allow above two operations, and a custom one, where you can enter a JS expression to calculate the target pixel value from the source ones. With the canvas element and its 2D context, this should be not that hard.

Plus: With Firefox 4, WebGL enters the stage. And that one already has lots of compositing functionality, which can be used. :) (Although I don’t t know about the compositing power of the 2D context.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant