Skip to content

IBangedMyToaster/Rockstar.Snapmatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub GitHub GitHub GitHub GitHub GitHub


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.

⚠️ Disclaimer: This project is not affiliated with or endorsed by Rockstar Games.

About

A .NET library for reading, decoding, and extracting metadata from GTA V Snapmatic files

Topics

Resources

License

Stars

Watchers

Forks

Languages