Skip to content

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

License

Notifications You must be signed in to change notification settings

tomooda/Selphie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published