Rockstar.Snapmatic
1.2.1
dotnet add package Rockstar.Snapmatic --version 1.2.1
NuGet\Install-Package Rockstar.Snapmatic -Version 1.2.1
<PackageReference Include="Rockstar.Snapmatic" Version="1.2.1" />
<PackageVersion Include="Rockstar.Snapmatic" Version="1.2.1" />
<PackageReference Include="Rockstar.Snapmatic" />
paket add Rockstar.Snapmatic --version 1.2.1
#r "nuget: Rockstar.Snapmatic, 1.2.1"
#:package Rockstar.Snapmatic@1.2.1
#addin nuget:?package=Rockstar.Snapmatic&version=1.2.1
#tool nuget:?package=Rockstar.Snapmatic&version=1.2.1
<p align="center"> <img alt="GitHub " src="https://img.shields.io/github/last-commit/IBangedMyToaster/Rockstar.Snapmatic"> <img alt="GitHub " src="https://img.shields.io/github/repo-size/IBangedMyToaster/Rockstar.Snapmatic"> <img alt="GitHub " src="https://img.shields.io/github/license/IBangedMyToaster/Rockstar.Snapmatic"> <img alt="GitHub " src="https://img.shields.io/github/issues-raw/IBangedMyToaster/Rockstar.Snapmatic"> <img alt="GitHub " src="https://img.shields.io/github/issues-closed-raw/IBangedMyToaster/Rockstar.Snapmatic"> <img alt="GitHub" src="https://img.shields.io/nuget/v/Rockstar.Snapmatic.svg"> </p>
A .NET library for reading, decoding, and extracting metadata from GTA V Snapmatic files, including image data and in-game location information.
Using this library in your project is simple:
Install the NuGet package.
Add the namespace:
using Rockstar.Snapmatic;
- Load a Snapmatic file with:
Snap snap = Snapmatic.Load(filePath);
This returns a Snap object containing the image data (as a byte array) along with metadata such as the in-game location.
This project is not affiliated with or endorsed by Rockstar Games.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net8.0-windows7.0
- System.Drawing.Common (>= 10.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.