https://github.com/openttd/osie
OpenTTD Screenshot Information Extractor
https://github.com/openttd/osie
Last synced: 3 months ago
JSON representation
OpenTTD Screenshot Information Extractor
- Host: GitHub
- URL: https://github.com/openttd/osie
- Owner: OpenTTD
- License: gpl-2.0
- Created: 2019-05-16T20:25:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T20:47:44.000Z (about 4 years ago)
- Last Synced: 2025-01-04T14:45:08.998Z (5 months ago)
- Language: C++
- Size: 16.6 KB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# osie
## Table of contents
- 1.0 [About](#10-about)
- 2.0 [Usage](#20-usage)
- 3.0 [Compiling](#30-compiling)
- 4.0 [Licensing](#40-licensing)## 1.0 About
osie (OpenTTD screenshot information extractor) extracts the information
stored in OpenTTD's PNG screenshots such as the version, NewGRFs and AIs.## 2.0 Usage
You use osie by passing it the filename of the screenshot you want to get
the information from. osie will extract the data and print this to the
console.## 3.0 Compiling
osie requires `libpng` as a library to be compiled.
On Windows we recommend using [vcpkg](https://github.com/Microsoft/vcpkg/) to install the libraries.```bash
mkdir build
cd build
cmake ..
cmake --build .
```## 4.0 Licensing
osie is licensed under the GNU General Public License version 2.0. For
more information, see the file 'LICENSE'.