Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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,

Selphie menu

2. and choose a file path to save the captured image,

Selphie-FileDialog

3. then you have a PNG file.

Selphie-captured

#### 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,

Selphie-Halo

3. then you choose a file path to save a PNG file.