nashaofu / screenshots

A screenshot plugin for electron and react
https://nashaofu.github.io/screenshots/
MIT License
393 stars 99 forks source link

I need to display the width and height of the screenshot while resizing, Is there an event to capture resize event or is there any way to display the width and height of the screenshot while capturing or resizing #205

Open Chandan-TY opened 1 year ago

Chandan-TY commented 1 year ago

I need to display the width and height of the screenshot while resizing, Is there an event to capture resize event or is there any way to display the width and height of the screenshot while capturing or resizing

Expected behavior Display the width and height of the screenshot while resizing or capturing

width height while resizing

Please let me know if is there any way to display width and height while resizing, it's required for one of my implementations and it's very essential while capturing screenshots. If it's not present please implement it.

Chandan-TY commented 1 year ago

Also, let me know if can i fix the width and height of the screenshot without allowing the user to resize it. Only the user should be able to move without resizing.

Chandan-TY commented 1 year ago
sample image

I need to display the width and height like above image.

Chandan-TY commented 1 year ago

Hi @nashaofu When can we expect this feature? We need this feature for our current project.

  1. Need to restrict resizing the image, and add the event while resizing.
  2. Fix the width and height and only allow it to move.
  3. Display width and height while resizing.
nashaofu commented 1 year ago

Hi @nashaofu When can we expect this feature? We need this feature for our current project.

  1. Need to restrict resizing the image, and add the event while resizing.
  2. Fix the width and height and only allow it to move.
  3. Display width and height while resizing.

Display width and height while resizing. I can support this feature, but I haven't figured out how to design the other features