Skip to content

Conversation

@prodoelmit
Copy link
Contributor

@prodoelmit prodoelmit commented Nov 8, 2025

Resolves: #25410 (Partially)

Brings back functionality of Image Capture (aka Camera)

This PR should be treated as technical implementation with no intent to be final well-designed tool. It works, but it's not pretty. It only supports PNG/SVG yet

  • I signed the CLA
  • The title of the PR describes the problem it addresses
  • Each commit's message describes its purpose and effects, and references the issue it resolves
  • If changes are extensive, there is a sequence of easily reviewable commits
  • The code in the PR follows the coding rules
  • There are no unnecessary changes
  • The code compiles and runs on my machine, preferably after each commit individually
  • I created a unit test or vtest to verify the changes I made (if applicable)

* Added View->Image Capture panel
* Implemented Export as PNG
* Added format selection dropdown
* Implemented Export as SVG
* Export path now persists between exports for batch workflow
@avvvvve
Copy link

avvvvve commented Nov 21, 2025

@prodoelmit, can you attach a video of how to use this?

I'm on macOS and have tried toggling "Capture mode" on and off and changing format, but the export button is always disabled. I tried clicking and dragging on the score in capture mode and nothing happened. Do I need to use some keyboard shortcuts?

@prodoelmit
Copy link
Contributor Author

@avvvvve my bad, at the time of posting I got too used to it so that it became obvious for me :)

It currently uses the Lasso tool logic, so it's Shift+click&drag

https://youtu.be/MMLbscUvWLY

@cbjeukendrup cbjeukendrup added the needs design Design is needed label Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs design Design is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Export Extracts as Images cropped to Size

3 participants