fixed bug with color layering issue
This commit is contained in:
16
data/pes.xml
16
data/pes.xml
@@ -7,4 +7,20 @@
|
||||
<match type="string" offset="0" value="#PES"/>
|
||||
</magic>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-dst">
|
||||
<comment>DST Tajima embroidery file</comment>
|
||||
<glob pattern="*.dst"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-exp">
|
||||
<comment>EXP Melco embroidery file</comment>
|
||||
<glob pattern="*.exp"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-jef">
|
||||
<comment>JEF Janome embroidery file</comment>
|
||||
<glob pattern="*.jef"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-vp3">
|
||||
<comment>VP3 Pfaff embroidery file</comment>
|
||||
<glob pattern="*.vp3"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[Thumbnailer Entry]
|
||||
TryExec=stitch-peek
|
||||
Exec=stitch-peek -i %i -o %o -s %s
|
||||
MimeType=application/x-pes
|
||||
MimeType=application/x-pes;application/x-dst;application/x-exp;application/x-jef;application/x-vp3
|
||||
|
||||
Reference in New Issue
Block a user