HOImageSaver

Description

Save your image with a time tag with ease

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
2
Created
Oct. 30, 2016
Updated
Oct. 20, 2018
Topics
pharo

README excerpt

# HOImageSaver
_Save your image with a time tag with ease_

I like to save my images with a timetag so that I can recover from image freezes and other stupid mistakes I do.
But editing the name in the file dialog got on my nerves, so I wrote this utility.

This package allows one to save an image with the format Prefix-YYYYMMDD_HHMM.image

The image must first be saved so as the thing looks for the '-' to complete.

![World](World.png)


![Save with Tag](SaveTag.png)

The class side of `HOImageSaver` issues a `World resetMenu` to add the entry. But Metacello loading does that too.OA

```Smalltalk
Metacello new
    githubUser: 'pharophile' project: 'HOImageSaver' commitish: 'master' path: 'packages';
    baseline: 'HOImageSaver';
    onWarningLog;
    load
```
← Back to results