Implemented clone tool like photoshop and other tools#699
Merged
Conversation
- added some extra bitmap compositing functions the might be useful for other features
humdingerb
reviewed
Mar 22, 2026
Member
humdingerb
left a comment
There was a problem hiding this comment.
Wonderful change! I use the clone tool a lot in other apps. Plus, it fills the empty slot in the tools window. :)
| @@ -326,6 +326,17 @@ resource(1130, "COLOR_SELECTOR_TOOL") #'VICN' array { | |||
| $"B0F8" | |||
| }; | |||
|
|
|||
Member
There was a problem hiding this comment.
Can you add the Icon-O-Matic file to /artwork/VIconTools/ as well? Just in case we want to tweak it in the future.
Member
There was a problem hiding this comment.
Still no IOM file in /artwork/VIconTools/. Forgot to "git add" it? :)
Contributor
Author
There was a problem hiding this comment.
weird. apparently so. its there now
6cd214c to
c30528b
Compare
Contributor
Author
|
yeah it seemed like clone was an important missing tool and didnt seem that much work so I thought i would give it a try |
c30528b to
0713c63
Compare
Member
|
Thanks very much! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #519