-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add an option to display a reference image behind the SVG #376
Comments
I approve of the idea! But still haven't quite fleshed out the implementation details. I think this should be behind a new button on the top, which could also include other handles like the background pattern and an opacity for the image. I'm not sure how to handle aspect ratios. |
Should also add option for plain color |
Some ideas for implementation details would help me a lot to approach this. |
Funnily enough, I wanted to vectorize a rasterized logo in godsvg and found this.
When not locked you'd be able to click and transform the reference image and when it locks it'll no longer be selectable. That's how I'd probably use it but they're definitely better ways. |
Thanks! This will help me (or others) get started. |
This should be implemented now by #728. |
Yeah. More advanced requirements can be discussed separately and implemented when the need for them becomes a priority. |
Limitation
I want to recreate a png image in svg format, but I want to trace over the original to get it right. Currently, I can't do that since it's not a feature.
How It Will Help
By adding the option for displaying a reference image, it will become much easier to recreate images in svg format, because they can be traced.
Implementation Details
My proposal is to add an option to load a reference image, which would be rendered behind the svg image at 50% transparency or something like that, allowing a much easier way to recreate raster images in svg format.
It would also be helpful if there were a button or a hotkey to toggle the visibility of the reference image, since that'd make it easy to quickly tell which parts of the image aren't done yet at a glance.
The text was updated successfully, but these errors were encountered: