PEN
Status
| Field | Value |
|---|---|
| Extension(s) | .pen |
| Common ecosystem | Brother / Disney legacy lead |
| Format family | Encrypted or protected machine file |
| Satin Studio status | Researching |
| Open / import | No |
| Export | No |
| Confidence | Low. |
What it is
PEN is tracked as a Brother/Disney-related legacy embroidery lead.
Satin Studio direction
Research only. If files are encrypted or protected, Satin Studio should not attempt support without clear legal and technical permission.
Versions and variants
Unknown.
File identification notes
Reported descriptions mention graphics plus encrypted stitch data.
Observed structure notes
- PEN remains a protected/encrypted lead. No safe public byte structure is established here.
- If stitch bytes are encrypted or access-controlled, Satin Studio should not attempt import without a clear legal and technical basis.
Structure sketch
PEN is reported as protected/encrypted. Do not model it as an ordinary stitch stream unless legal and technical status is clear.
struct PenCandidate<'a> {
graphics_or_preview: Option<&'a [u8]>,
protected_payload: &'a [u8], // reported encrypted/protected stitch data
}
What we still need
Legally usable examples, provenance, and clarity on whether support is appropriate.