CND
Status
| Field | Value |
|---|---|
| Extension(s) | .cnd |
| Common ecosystem | Melco condensed or condensed-style workflows |
| Format family | Native or condensed design data |
| Satin Studio status | Reference only |
| Open / import | No |
| Export | No |
| Confidence | Low. |
What it is
CND appears to refer to condensed or object-style embroidery data rather than only final needle points, but the exact ecosystem is unverified here.
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
- No reliable byte-level CND record layout is established here.
- Treat CND as a condensed/native-design lead until a signature, header, object table, and stitch extraction path are verified.
Structure sketch
CND is not documented enough for a real parser. Model it as opaque condensed/object data until files prove the container.
struct CndCandidate<'a> {
// No trusted signature, header, or object table is documented here.
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.