Skip to content

Get the changed pixels of previous frame to current #6923

Answered by snibgo
slyi asked this question in Help
Discussion options

You must be logged in to vote

Use the same command. From two input images that are the same size:

magick in1.png in2.png -layers OptimizeTransparency -delete 0 x.png

Any pixels that are the same become transparent. Changed pixels will be copied from the second input.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by slyi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants