Skip to content
Discussion options

You must be logged in to vote

This is actually by design but should probably be better documented. When you perform a Clone without any arguments you will reference the pixels of the other image until you change them. But because you are asking for direct access to the pixels you will get access to the pixels that are now referenced by both images. Your method is the way to work around this.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by GarthTB
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