Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

1.0.0

Latest
Compare
Choose a tag to compare
@TheMrMilchmann TheMrMilchmann released this 03 Dec 16:14
· 2 commits to master since this release
de40541

Overview

A simple (silly) command-line tool to automatically convert Guild Wars 2
screenshots from Bitmaps (.bmp) to png in real-time. The most recent
screenshot PNGs is can then also be made available in the clipboard.

How it works?

This program does not hook into the game in any way, instead it uses a
FileSystemWatcher
to listen for new screenshots. Whenever a new screenshot is detected, it is
converted, and (optionally) copied to the clipboard.

Additionally, the screenshots are renamed to a saner naming scheme
(yyyy-MM-dd_HH-mm-ss.fff.png instead of gw001.png).

The tool exits once it cannot detect any running GW2 process.