var fDesc=new Array(); fDesc[0] = "Studio III remembers where you save your designs even when you don't.Whether it's on your hard drive, a CD or thumb drive, this design library software from Designer's Gallery includes keyword searches and customized catalogs. Plus, enjoy color sorting options for perfect embroidery every time.
Features:
- Catalogs original artwork files, inspiration images and completed embroidery designs
- Browse your designs, images and text files, even in Zip folders
- Keeps track of your designs for you, and remembers where you put them
- Manages your CDs, floppy disks and USB drives, and remembers what files are on each disk
- Automatically create design notes about your embroidery files
- Includes easy File Management tools for adding, deleting, renaming folders and files
- Convert designs to and from most home embroidery formats
- Convert a design to a bitmap file for re-digitizing, or for use on the web
- Add / Remove / Adjust order of colors and color stops
- Simulate the embroidery - watch and control with forward or backward views to see how the design is stitched
- Adjust the colors in a design, even matching threads
- Manually sort and rearrange the color sequence
- Select a thread brand to convert from, and a brand to convert to
- Easily select the color by name, number, or by simply holding a spool of thread against your computer screen
- Accurate color matching - even hard-to-match pastels
- Merge designs together
- Rotate and size designs without stitch recalculation
- Mirror designs
- Color Sort saves you time by reducing the number of thread changes in your designs
- Auto Baste adds a color stop to the start of a design that will baste the rectangular outline of the design
- Centers designs automatically
- Estimate the thread usage of your designs
- Reduces the number of separate colors in a design
- Convert complete designs into specific thread brands
- Prints in 3D as well as a separate color page and crosshairs to aid in design placement
- You select a project type to ask for embroidering advice
- Needle size and thread are recommended
- Stabilizers (top and / or bottom) are recommended
- "How-to" tips and useful reminders are displayed"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }