Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomooda/selphie
A simple window-wise/morph-wise screenshot maker for Pharo 12
https://github.com/tomooda/selphie
goodies pharo screenshots smalltalk
Last synced: 24 days ago
JSON representation
A simple window-wise/morph-wise screenshot maker for Pharo 12
- Host: GitHub
- URL: https://github.com/tomooda/selphie
- Owner: tomooda
- License: mit
- Created: 2024-05-09T02:44:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T01:01:32.000Z (8 months ago)
- Last Synced: 2024-12-18T20:14:49.713Z (24 days ago)
- Topics: goodies, pharo, screenshots, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Selphie
A simple window-wise and morph-wise screenshot maker for Pharo 12## Install
On Pharo 12/13,
```
Metacello new
onConflictUseLoaded;
onWarningLog;
repository: 'github://tomooda/Selphie:main/';
baseline: 'Selphie';
load
```## How to use
#### Window-wise screenshot
1. select "Selphie" in the window menu of the window you want to take a screenshot,
2. and choose a file path to save the captured image,
3. then you have a PNG file.
#### Morph-wise screenshot
1. bring the halo of the morph you want to screenshot,
2. and click on the right-center halo with camera icon,
3. then you choose a file path to save a PNG file.