Commit Graph

16 Commits

Author SHA1 Message Date
725f115756 Merging with master for having minz png compression.
Much greater performance boost from better compression algorithm than that from the merged polygons.
2019-03-29 15:21:46 +01:00
440e54181b Output raster seem ok, stats broken. 2019-03-27 18:37:50 +01:00
95b0467c85 Reusing unified polygons from statistics 2019-03-26 18:51:27 +01:00
b21133d16b Further fixes and some refactor. 2019-03-25 14:53:25 +01:00
27b7e7c6a9 Fix for orbital bug: using delete for memory created by minz. 2019-03-25 14:01:50 +01:00
70fa85d024 Next try to fix build on msvc2013 2019-03-25 13:45:28 +01:00
956391d9d1 Trying to fix build on msvc2013 2019-03-25 11:00:21 +01:00
04e03c840d Reducing copies when writing png data. 2019-03-18 18:02:50 +01:00
97e0fd55e2 Tidy up redundant code 2019-03-18 16:03:26 +01:00
865120d805 Exporting png images with minz deflate implementation.
Getting rid of zlib and libpng dependencies
2019-03-18 16:00:21 +01:00
34b14eb8fa Revert "WIP: SVG import & rasterization"
This reverts commit 9b15908a47.
2019-02-07 12:09:10 +01:00
9b15908a47 WIP: SVG import & rasterization
Updated AntiGrain (agg) library to 2.5
Added agg_svg library from AntiGrain 2.5
added src/slic3r/Utils/SVGImport.cpp/hpp
2019-02-07 12:06:51 +01:00
edd5f768a9 Fix for issue #1765 : no end info in SLA png files. 2019-02-05 09:54:21 +01:00
9917edcdcc XY flip is implemented, works only for portrait LCD. 2018-12-12 18:45:45 +01:00
20d0f046d2 Merge remote-tracking branch 'origin/dev2' into dev_native 2018-09-20 16:48:40 +02:00
0558b53493 WIP: Moved sources int src/, separated most of the source code from Perl.
The XS was left only for the unit / integration tests, and it links
libslic3r only. No wxWidgets are allowed to be used from Perl starting
from now.
2018-09-19 11:02:24 +02:00