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.
⚠️ Disclaimer: This project is not affiliated with or endorsed by Rockstar Games.