Skip to content

Instantly share code, notes, and snippets.

@apankrat
Last active August 30, 2021 02:45
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apankrat/14b28656236d78407b28aef3102cf72d to your computer and use it in GitHub Desktop.
Save apankrat/14b28656236d78407b28aef3102cf72d to your computer and use it in GitHub Desktop.
μGiffer 0.9.10 (preview)
-- μ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
@apankrat
Copy link
Author

apankrat commented Jun 3, 2019

0.9.6 should fix this issue, introduced in 0.9.5

@apankrat
Copy link
Author

apankrat commented Jun 7, 2019

0.9.7 fixes a leak of 2 bitmap handles per frame, because apparently GetIconInfo() expects the caller to do the cleanup :-|

@apankrat
Copy link
Author

0.9.8 adds a countdown timer. The default is 3 seconds, can be changed via the countdown key in ugiffer.ini.

@apankrat
Copy link
Author

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.

@apankrat
Copy link
Author

apankrat commented Feb 26, 2020

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

@apankrat
Copy link
Author

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.

@apankrat
Copy link
Author

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.

@apankrat
Copy link
Author

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