6666import pyembroidery .XxxReader as XxxReader
6767import pyembroidery .XxxWriter as XxxWriter
6868
69- # import pyembroidery.ZhsReader as ZhsReader
69+ import pyembroidery .ZhsReader as ZhsReader
7070import pyembroidery .ZxyReader as ZxyReader
7171
7272from .EmbEncoder import Transcoder as Normalizer
@@ -923,7 +923,7 @@ def supported_formats():
923923 )
924924 yield (
925925 {
926- "description" : "Melco Embroidery Format" ,
926+ "description" : "Melco Expanded Embroidery Format" ,
927927 "extension" : "exp" ,
928928 "extensions" : ("exp" ,),
929929 "mimetype" : "application/x-exp" ,
@@ -932,6 +932,16 @@ def supported_formats():
932932 "writer" : ExpWriter ,
933933 }
934934 )
935+ # yield (
936+ # {
937+ # "description": "Melco Condensed Embroidery Format",
938+ # "extension": "cnd",
939+ # "extensions": ("cnd",),
940+ # "mimetype": "application/x-cnd",
941+ # "category": "embroidery",
942+ # "reader": CndReader,
943+ # }
944+ # )
935945 yield (
936946 {
937947 "description" : "Tajima Embroidery Format" ,
@@ -1317,13 +1327,13 @@ def supported_formats():
13171327 "reader" : StcReader ,
13181328 }
13191329 )
1320- # yield ({
1321- # "description": "Zeng Hsing Embroidery Format",
1322- # "extension": "zhs",
1323- # "mimetype": "application/x-zhs",
1324- # "category": "embroidery",
1325- # "reader": ZhsReader
1326- # })
1330+ yield ({
1331+ "description" : "Zeng Hsing Embroidery Format" ,
1332+ "extension" : "zhs" ,
1333+ "mimetype" : "application/x-zhs" ,
1334+ "category" : "embroidery" ,
1335+ "reader" : ZhsReader
1336+ })
13271337 yield (
13281338 {
13291339 "description" : "ZSK TC Embroidery Format" ,
0 commit comments