ability to resize reference image plus or minus the canvas size
I'd like to be able to have a set canvas size, but take a reference image in behind it and either make it larger than the canvas size or in some cases smaller!
If the exact opposite would help, I added some simple new features for reference images. namely, "Fit to screen" and "Center position", and also "paste from a clipboard" as a bonus. https://github.com/ollipelkonen/moebius/tree/reference-image_fixes
If the exact opposite would help, I added some simple new features for reference images. namely, "Fit to screen" and "Center position", and also "paste from a clipboard" as a bonus.
pasting the image is nifty :) not sure fit/center are of much help here but with what you've got you could easily add zoom in/out and change the position in such a way that it becomes very useful for those that use this feature.
Yes, scaling itself is easy to implement, but the hard part here's how to control it. Some Photoshop-style stretching is quite out of a question now, but popup with scale inputs/sliders is not very intuitive to use
Yes, scaling itself is easy to implement, but the hard part here's how to control it. Some Photoshop-style stretching is quite out of a question now, but popup with scale inputs/sliders is not very intuitive to use
Just keyboard shortcuts to reduce or increase scale and move into 4 directions already would go a long way I guess. Would also prevent the user from stretching the image.
committed to my fork, same url as above