A way to zoom in and out of an image not using the browser #223
-
|
Is there a way to zoom in and out of an image for example when using the object removal tool? Trying to use the browsers zoom is useless because it of course blows up the entire webpage and not just the image which renders the whole page unusable depending on how far in you need to go. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @d-air1, thanks for raising this - you're right that browser zoom is the wrong tool since it blows up the whole page. Good news: in-canvas zoom and pan is now added, starting with the object eraser (and the split tool):
Pan: once zoomed in, hold Space and drag, or click the hand-tool button and drag (two fingers on touch).
This is in PR #320 and will land in the next release. Crop is the likely next tool to get it - let me know if the controls feel right or where else you'd want zoom. |
Beta Was this translation helpful? Give feedback.
Hi @d-air1, thanks for raising this - you're right that browser zoom is the wrong tool since it blows up the whole page.
Good news: in-canvas zoom and pan is now added, starting with the object eraser (and the split tool):
Pan: once zoomed in, hold Space and drag, or click the hand-tool button and drag (two fingers on touch).
This is in PR #320 and will land in the next release. Crop is the l…