PEN
Status
| Field | Value |
|---|---|
| Extension(s) | .pen |
| Common ecosystem | Brother / Disney legacy lead |
| Format family | Encrypted or protected machine file |
| Satin Studio status | Reference only |
| Open / import | No |
| Export | No |
| Confidence | Low. |
What it is
PEN is tracked as a Brother/Disney-related legacy embroidery lead.
Satin Studio behavior
Satin Studio documents this format for identification and inspection. It does not open or export the file.
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
}
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.