Skip to content

Instantly share code, notes, and snippets.

@NoelFB
NoelFB / Aseprite.cs
Last active July 20, 2025 14:17
ugly C# .ase (aseprite) parser
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Text;
// File Format:
// https://github.com/aseprite/aseprite/blob/master/docs/ase-file-specs.md
// Note: I didn't test with with Indexed or Grayscale colors