greelgorke, Thanks, but CamanJS for Node depends on node-canvas <https://github.com/LearnBoost/node-canvas>, which depends on Cairo <http://cairographics.org/> - which needs to be pre-installed on the system.
On Wednesday, June 11, 2014 8:28:14 PM UTC+8, greelgorke wrote: > > i just found, but haven't used so far: > https://github.com/meltingice/CamanJS > <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fmeltingice%2FCamanJS&sa=D&sntz=1&usg=AFQjCNFxsRSb7avqHgLGyd0zaGA4z-1CJw> > > which is a canvas library, that can be used in node > > Am Mittwoch, 11. Juni 2014 07:33:53 UTC+2 schrieb Eyal Arubas: >> >> I was looking for image processing modules which provide basic >> functionalities (resize, crop, rotate, etc) without any external >> dependencies. >> I couldn't find any. >> All modules out there (that I know of) depend on a local installation of >> ImageMagick et al. >> >> So I started looking into rolling my own module which wraps the CImg >> <http://cimg.sourceforge.net/> C++ library. But then I discovered that >> it, too, depends on ImageMagick (at least for reading JPEGs). >> >> So my questions are: >> >> 1. Is there such a module out there? >> 2. If not, I would like to implement one. >> 1. Any suggestion about how I should go about it? >> 2. Which is a good C++ image library without pre-required >> dependencies that I can wrap? >> >> I considered OpenCV and QT's QImage, but both are quite large, and not >> specifically oriented towards basic image processing. >> >> I realize that installing ImageMagick on a server isn't that big a deal. >> But I want to use the intended module in a node-webkit >> <https://github.com/rogerwang/node-webkit/> application (client); and I >> don't want to tell my users to install ImageMagick before they can use my >> software. >> >> Thanks! >> Eyal. >> > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/21eb186c-05bc-427a-ab29-c1cee91f758b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
