EDR
Status
| Field | Value |
|---|---|
| Extension(s) | .edr |
| Common ecosystem | Color/thread sidecar lead |
| Format family | Sidecar file |
| Satin Studio status | Reference only |
| Open / import | No |
| Export | No |
| Confidence | Low. |
What it is
EDR is reported as an embroidery color or thread sidecar in some workflows.
Satin Studio behavior
Satin Studio documents this format for identification and inspection. It does not open or export the file.
Versions and variants
Satin Studio checks the file signature and dialect rather than trusting the extension. An unrecognized version remains unopened, with the original file preserved for inspection.
File identification notes
Unknown.
Observed structure notes
- EDR is color metadata, not a stitch stream. It should be parsed only as a sidecar to another format.
- Use the sidecar to propose thread mapping for user review; do not silently override machine-file palette evidence.
Structure sketch
EDR is a sidecar lead, not a stitch stream. The structure is unknown.
struct EdrSidecarCandidate<'a> {
// Could be palette, thread order, or other metadata. Layout unverified.
raw: &'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.