303248153
303248153
下一版本会重写插件系统,APM支持会延后,到时候再看是否用butterfly(butterfly的作者最近很忙)
Please try the official system.drawing package for .net core, soon it will replace this fork. https://www.nuget.org/packages/System.Drawing.Common
This library is for .Net Core and untested on xamarin, becasue xamarin is based on mono, you should able to use the official System.Drawing from mono poroject.
The bad news is, my version doesn't support printing on linux now, although mono has linux printing support (with cups) but many code just not compatible with netstandard 1.5, I...
This library doesn't support creating cut paths, but you could calculate them from merge the borders of boxes (or areas). Or modify the algorithm to record cuts if you only...
> Yes. I already thought about. > Also, there is no possibility to use different sizes of bins? For now this is unsupported, but you could modify BinPackParameter and BinPacker...
That maybe a little hard, you have to modify the algorithm to make it place the box at a certain location. For example: - add `IsReserved` to Cuboid class -...
The implementation in 1.0 will generate each result(multiple bins) from single algorithm+parameters, and compare all results to choose the best. Since 2.0 the implementation is changed to generate each bin...
There is an option AllowRotateVertically in BinPackParameter to disable rotate vertically, but there is no way to disable rotate horizontally, I'm afraid you have to modify the algorithm.
Test result for 9cb8832cda53731b95bdcc5fcd6eec5d2faca613 Ubuntu 17.10 64bit: All Passed Ubuntu 17.10 32bit: All Passed Fedora 27 64Bit: All Passed