tomooda / Selphie

A simple window-wise/morph-wise screenshot maker for Pharo 12

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple window-wise/morph-wise screenshot maker for Pharo 12

License:MIT License


Languages

Language:Smalltalk 100.0%