Last active
August 30, 2021 02:45
-
-
Save apankrat/14b28656236d78407b28aef3102cf72d to your computer and use it in GitHub Desktop.
μGiffer 0.9.10 (preview)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- μGiffer / preview release -- | |
https://iobureau.com/files/uGiffer-0.9.12.zip (213576 bytes) | |
------------------------> 32-bit/uGiffer.exe (111488 bytes) | |
------------------------> 64-bit/uGiffer.exe (123264 bytes) | |
Both exe files carry an EV signature of IO Bureau SA. | |
For details see here -> https://iobureau.com/ugiffer | |
0.9.7 fixes a leak of 2 bitmap handles per frame, because apparently GetIconInfo() expects the caller to do the cleanup :-|
0.9.8 adds a countdown timer. The default is 3 seconds, can be changed via the countdown
key in ugiffer.ini.
0.9.9 adds:
- Ctrl-F1 for no-countdown start.
- An option for retaining captured BMP frames until the next capture. This enables making an animation from captured frames using some other program or using them in some other way. By default the frames are deleted once the GIF is created, immediately after a capture.
0.9.10 adds:
- Arrow keys - move window by 1px, Ctrl-Arrows - size it by moving bottom and right edges, Ctrl-Shift-Arrows - ditto, but top and left edges
- The window can no longer be sized to be less than 1 px in height.
- Distro is now in a form of a zip that includes both 32- and 64-bit version. Also, it is now hosted on iobureau.com instead of bvckup2.com
0.9.11 adds:
- CPU affinity - an option to pin uGiffer to a specific CPU. Useful when recording GIFs of CPU performance of other processes.
0.9.12 adds:
- F3 - make a screenshot and put it on clipboard. Unlike Alt-PrtSc this also grabs the mouse cursor.
- Ctrl-~ (top-left key of the main keyboard area) - stop recording, create a gif even if the app doesn't have the focus.
- F12 - open configuration folder, the one with settings.ini
- Ctrl-F12 - open work folder, that's where captured images go prior to being assembled into the gif
Also, there's now an "user guide" in the window's system menu. Press Alt-space to get there.
Finally put together a "home page". Here it is in all its text glory - https://iobureau.com/ugiffer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
0.9.6 should fix this issue, introduced in 0.9.5