Rockstar.Snapmatic 1.2.1

dotnet add package Rockstar.Snapmatic --version 1.2.1
                    
NuGet\Install-Package Rockstar.Snapmatic -Version 1.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rockstar.Snapmatic" Version="1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rockstar.Snapmatic" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="Rockstar.Snapmatic" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rockstar.Snapmatic --version 1.2.1
                    
#r "nuget: Rockstar.Snapmatic, 1.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Rockstar.Snapmatic@1.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rockstar.Snapmatic&version=1.2.1
                    
Install as a Cake Addin
#tool nuget:?package=Rockstar.Snapmatic&version=1.2.1
                    
Install as a Cake Tool

<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:

  1. Install the NuGet package.

  2. Add the namespace:

    using Rockstar.Snapmatic;
  1. 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 Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.1 95 1/19/2026
1.2.0 287 4/8/2025
1.0.0 332 11/6/2023