This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de7c01f
commit de40541
Showing
4 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 1.0.0 | ||
|
||
_Released 2020 Dec 03_ | ||
|
||
### 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](https://docs.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher?view=net-5.0) | ||
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 there it cannot detect any running GW2 process. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### [Release notes for latest version](latest.md) | ||
|
||
### [Release notes for all versions](full.md) | ||
|
||
### Version History | ||
|
||
* 2020-12-03 [1.0.0](1.0.0.md) (latest) | ||
|
||
|
||
This library is strictly following [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html). |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 1.0.0 | ||
|
||
_Released 2020 Dec 03_ | ||
|
||
### 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](https://docs.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher?view=net-5.0) | ||
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 there it cannot detect any running GW2 process. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 1.0.0 | ||
|
||
_Released 2020 Dec 03_ | ||
|
||
### 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](https://docs.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher?view=net-5.0) | ||
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 there it cannot detect any running GW2 process. |