noita-mapcap/bin/capture-b
David Vogel c87a4d05d0 Several updates
- Change virtual resolution to 1280x720
- Change virtual to screen pixel ratio to 1:1
- Increase grid size to 420
- Make the mod capture only the window (and only the client area)
- Increase STREAMING_CHUNK_TARGET, so that chunks don't unload after some frames
- Add ingame warnings for wrong settings, and information how to fix these
- Update README.md
2019-11-01 02:40:21 +01:00
..
.gitignore Fix empty screenshots & add DLL 2019-10-23 20:04:36 +02:00
capture.dll Several updates 2019-11-01 02:40:21 +01:00
Capture.pb Several updates 2019-11-01 02:40:21 +01:00
README.md Fix empty screenshots & add DLL 2019-10-23 20:04:36 +02:00

Capture

A dynamically linked library, that supplies a single function to take a screenshot and store it as PNG file.

State

Works, not as fast as the go version, but fast enough.