noita-mapcap/bin/capture-b
David Vogel 0126e706cb Update capturing stuff
- Add ability to capture while normally playing
- Calculate capture area based on coordinate transformations
- Improve and simplify captureScreenshot function
- Move dynamic library wrappers into libraries folder
- Update capture.dll to support cropping and resizing
- Recompile capture.dll with newer PureBasic compiler that uses C backend
- Increase capture.dll worker threads to 6
- Increase capture.dll queue size by one
- Add Round and Rounded methods to Vec2
- Split magic number XML files for easier debugging
- Fix some EmmyLua annotations
- And and fix some comments
2022-07-24 22:05:34 +02:00
..
.gitignore Fix empty screenshots & add DLL 2019-10-23 20:04:36 +02:00
capture.dll Update capturing stuff 2022-07-24 22:05:34 +02:00
Capture.pb Update capturing stuff 2022-07-24 22:05:34 +02: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.