zero01101 / openOutpaint

local offline javascript and html canvas outpainting gizmo for stable diffusion webUI API 🐠
MIT License
503 stars 44 forks source link

It would be nice to be able to resize the image with a mouse scroll movement when pasting an image with Stamp image or Ctrl + v. #131

Closed toyxyz closed 1 year ago

toyxyz commented 1 year ago

It would be nice to be able to resize the image with a mouse scroll movement when pasting an image with Stamp image or Ctrl + v. Currently, it is necessary to resize using Select image additionally, and there is a problem of selecting other images on the same layer together. And is it possible to rotate the image as well?

seijihariki commented 1 year ago

Probably doable. Rotating... would be a bit of a pain, actually.

[edit] Will try to implement rotation anyway.

seijihariki commented 1 year ago

Hi, could you try the rotate branch?

Just go into the directory of openOutpaint (extensions/<extension>/app for extensions) and git checkout rotate.

If using the extension, DO NOT restart the webui after running this command, just reload openOutpaint via the 'Refresh openOutpaint' button.

seijihariki commented 1 year ago

It is now in main. If there are any issues with the current implementation, open a new issue.