Satin Studio Manual

OFM

Status

FieldValue
Extension(s).ofm
Common ecosystemMelco DesignShop
Format familyNative working file
Satin Studio statusReference only
Open / importNo
ExportNo
ConfidenceMedium.

What it is

OFM is a Melco DesignShop working file for editable embroidery designs.

Satin Studio behavior

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

Versions and variants

OFM is a native working format. It should not be treated as a simple expanded stitch stream without version-specific evidence.

File identification notes

Reported OFM-family files are compound binary documents and may include stitch data among richer design/application data.

Observed structure notes

Structure sketch

OFM is a Melco working-file lead. Treat it as a compound native document rather than an expanded stream.

struct OfmContainer<'a> {
    container_header: &'a [u8],
    streams: &'a [OfmStream<'a>],       // object data, settings, stitch data, previews, unknown
}

struct OfmStream<'a> {
    name_or_kind: Option<&'a str>,
    payload: &'a [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.