If you or someone close to you like cross-stitches embroidery, then you will like Stitch Art Easy!
It is an editor which will help you to create embroidery pattern schemes from any photos and pictures in a few easy and quick steps.
You just need to select source picture, select desired embroidery size, which threads and how many colors should be used.
And you will receive prepared pattern scheme, which can be used for cross-stitch embroidery reference.
You can print the scheme, save it for later use, or import it into image or PDF file.
Main features:
- Very simple and intuitive interface;
- High quality of produced result, including the most precise colors matching;
- Quick responsive interaction, no need to wait for long time till scheme is regenerated after each change of any parameter;
- Multiple modes of pattern scheme display, it can also print in all these modes;
- Favourite threads suites;
- Export to PDF, Excel, graphical formats.
Example Embroidery work made with Stitch Art Easy!
Written in C# .NET with WinForms.
Principal UI elements (picture boxes and pattern scheme grid) are split into 2 layers:
- abstract layer with drawing and mouse logic;
- WinForms wrappers.
This was done for future porting to other platforms.
Ravlyk.Common - base common classes (disposables and undo-redo manager).
Ravlyk.Drawing - IndexedImage, Color, Pallette classes. Custom imaging library with direct access to pixels array for fast operations.
Ravlyk.Drawing.ImageProcessing - image transformations, most with multi-threading.
Ravlyk.Adopted - cloned sources of external libraries with some changes.
Ravlyk.SAE.Resources - shared resources.
Ravlyk.SAE.Drawing
- extension of IndexedImage for cross-stitch related functionality;
- scheme serialization;
- painters and exporters;
- abstart level of UI controls with all logic (drawing, mouse, undo-redo);
- new scheme wizard.
Ravlyk.UI - concrete UI controls (only for WinForms).
Apps\SAE5.Win - WinForm GUI application.
Setup - InnoSetup script to build installation package as single exe file. Includes .NET Framework dependance check.