You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2020. It is now read-only.
With PR #15 Windows support is now possible in theory. Quoting the PR summary:
The problem is that Mapnik dropped Windows support a while ago and I"ve to find a library that is nearly as fast as Mapnik for stitching images.
If anyone has a good suggestion for a comparably fast module such as Mapnik that compiles on Linux, Windows, macOS x86 & x64 (and optimally ARM), I would be more than happy to investigate and implement it.
As a kick start, my benchmarks showed that jimp is way to slow for this use case and sharp is currently not nearly as fast as Mapnik for stitching images.
Thanks,
clarkx86 :-)
The text was updated successfully, but these errors were encountered:
Small update: Rendering on Windows works now with the new bindings added in d503529, but it"s suuuper slow (60 cp/s instead of 300 cp/s on my system), due to the FFI, I guess... That means Linux renders would be also slow. An alternative would be fastcall, but it hasn"t been updated in quite some time and doesn"t compile at all on node.js 12. Also, I"m not too sure if it would even make too much of a difference in performance. Native bindings would be the way to go. Unfortunately sharp hasn"t implemented the proposed arrayjoin() function yet.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With PR #15 Windows support is now possible in theory. Quoting the PR summary:
If anyone has a good suggestion for a comparably fast module such as Mapnik that compiles on Linux, Windows, macOS x86 & x64 (and optimally ARM), I would be more than happy to investigate and implement it.
As a kick start, my benchmarks showed that jimp is way to slow for this use case and sharp is currently not nearly as fast as Mapnik for stitching images.
Thanks,
clarkx86 :-)
The text was updated successfully, but these errors were encountered: