-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[enhancement]: Add some basic image manipulating tools to the canvas #7257
Labels
enhancement
New feature or request
Comments
You can freely move, resize, rotate and edit layers in Canvas. I think everything you have described is currently doable, though we don't support a selection tool for technical reasons. |
Layers, yes, but not all features will be on their own layers, and the lack
of a selection tool prevents putting things on their own layer.
…On Mon, Nov 4, 2024, 5:15 PM psychedelicious ***@***.***> wrote:
You can freely move, resize, rotate and edit layers in Canvas. I think
everything you have described is currently doable, though we don't support
a selection tool for technical reasons.
—
Reply to this email directly, view it on GitHub
<#7257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADG7J2LWKFZ26V7GW7MZ3H3Z67WZ7AVCNFSM6AAAAABREGHVSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJVHAYTCMRVGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Duplicate a layer and erase the parts of it you don't want. You can use the bbox tool to crop a layer to a rect. I understand this isn't exactly the same as selection as a process, but you can get the same outcomes. |
Thanks, will try that next time.
…On Mon, Nov 4, 2024, 6:52 PM psychedelicious ***@***.***> wrote:
Duplicate a layer and erase the parts of it you don't want. You can use
the bbox tool to crop a layer to a rect. I understand this isn't exactly
the same as selection as a process, but you can get the same outcomes.
—
Reply to this email directly, view it on GitHub
<#7257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADG7J2LCJ4IJK2KW55D6M43Z7ACCTAVCNFSM6AAAAABREGHVSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJVHEZTQMZZGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Contact Details
No response
What should this feature add?
As part of my workflow, I find I often need to save out an image, bring it in to photoshop or GIMP to do some very basic things, like cropping or selection/move/resize of some visual elements. Invoke is already a powerful tool with some basic functionality for painting and masking, inpainting and outpainting. But cropping and selection/manipulation is missing. It doesn't need to be deep or full featured. Just some really simple select/cut/copy/paste/resize/rotate.
Alternatives
The current workflow involves saving the canvas out, opening locally in your photo editor of choice, doing the manipulations, uploading back into invoke, and then adding as a raster layer. Even with this proposed added functionality it still may be required to do this process for more complex edits, but for simple things I think it would be valuable.
Additional Content
No response
The text was updated successfully, but these errors were encountered: