Updated for new paramaters to filterStitches() in PesFile.

Branch_1.5.0
Nathan Crawford 2008-04-05 04:30:20 +00:00
rodzic 75dc0da0e8
commit 1abf7908e2
3 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,7 @@ namespace embroideryInfo
if (args[0] == "--image" && args.Length > 1)
{
PesFile.PesFile design = new PesFile.PesFile(args[1]);
Bitmap DrawArea = design.designToBitmap(5);
Bitmap DrawArea = design.designToBitmap(5, false, 0);
Bitmap temp = new Bitmap(DrawArea.Width, DrawArea.Height, System.Drawing.Imaging.PixelFormat.Format24bppRgb);
Graphics tempGraph = Graphics.FromImage(temp);
tempGraph.FillRectangle(Brushes.White, 0, 0, temp.Width, temp.Height);

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.