Satin Studio Manual

GT

Status

FieldValue
Extension(s).gt
Common ecosystemGolden Thread lead
Format familyMachine-specific lead
Satin Studio statusReference only
Open / importNo
ExportNo
ConfidenceLow-medium.

What it is

GT is reported as a Golden Thread embroidery format lead.

Satin Studio behavior

Satin Studio documents this format for identification and inspection. It does not open or export the file.

Versions and variants

Tracked as a low-volume lead until sample files establish variants and ecosystem.

File identification notes

Reported structure is a 512-byte header followed by unsigned x, y, control-style stitch records.

Observed structure notes

Structure sketch

GT is modeled as a header plus Z-style records until better files prove otherwise:

struct GtCandidate<'a> {
    header: [u8; 0x200],
    records: &'a [ZStyleRecord],
}

struct ZStyleRecord {
    y: u8,
    x: u8,
    control: u8,
}

Compatibility evidence

The notes above help identify and inspect the format; they do not imply import or export support. Keep the original file and record the machine and software that produced it.