https://github.com/qupath/qupath-extension-snapshots
A QuPath extension to help with making screenshots
https://github.com/qupath/qupath-extension-snapshots
Last synced: 7 months ago
JSON representation
A QuPath extension to help with making screenshots
- Host: GitHub
- URL: https://github.com/qupath/qupath-extension-snapshots
- Owner: qupath
- License: apache-2.0
- Created: 2025-05-05T15:20:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-02T14:24:06.000Z (11 months ago)
- Last Synced: 2025-08-12T13:12:34.686Z (10 months ago)
- Language: Java
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuPath snapshots extension
A QuPath extension for generating snapshots & screenshots more easily.
The extension is intended for QuPath v0.6 and later. It is not compatible with earlier QuPath versions.
## Installing
To install the snapshots extension, you can:
* Open the QuPath [extension manager](https://qupath.readthedocs.io/en/latest/docs/intro/extensions.html#managing-extensions-with-the-extension-manager) and install the extension from there (recommended).
* Or download the latest `qupath-extension-snapshots-[version].jar` file from [releases](https://github.com/qupath/qupath-extension-snapshots/releases) and drag it onto the main QuPath window.
If you haven't installed any extensions before, you'll be prompted to select a QuPath user directory.
The extension will then be copied to a location inside that directory.
You might then need to restart QuPath (but not your computer).
## Building
You can build the extension using OpenJDK 21 or later with
```bash
./gradlew clean build
```
The output will be under `build/libs`.
You can drag the jar file on top of QuPath to install the extension.