tree: 6361ae9bcaee34ed465996ef032f4790bae8f118
  1. api/
  2. src/
  3. build.gradle
  4. README.md
ink/ink-storage/README.md

Ink Storage Module

Logic for compactly serializing and deserializing Ink brushes and strokes. The at-rest format is gzip-compressed binary-protobuf. The underlying protobuf messages use a compact representation for stroke geometry, and the message format is defined in the .proto files published here.

Currently, this supports storage of BrushFamily and StrokeInputBatch objects.