-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Draw raster images in Canvas
#582
Comments
I would like a Frame.draw_image(imageRect, canvasRect) function, much like the function in js's canvas |
Hi, I wanted to see if there was any update on this, or if someone had found a workaround for it? This is a blocker for the project I'm currently working on, where I want to render an RGB image as the base layer in a canvas, then draw annotations, grids, etc. on top of it. |
Hi, I'm also looking for this. Is there any update on this? |
resolved by #2537. Use |
I've been trying to make an app that can make simple image annotations. As far as I can see
Image
doesn'timpl Layer
, meaning that I can't add it to aCanvas
. This seems like a good thing to me, especially since a "paint clone" is mentioned in the Roadmap? I'm wondering how easy this would be to implement, and whether this would be the correct way to go about it, or whether there is an easier way. If it's not too complicated, I'd be willing to try and make a PR for it. Thoughts?The text was updated successfully, but these errors were encountered: