Well I found a library, which is great for image manipulation, and works perfectly, in this case GraphicsMagick for node.js , but there is a problem because there are dependencies of other softwares installed on the machine where the node will be executed, in this case GraphicsMagick , without it installed it does not scroll, as I believe" the node library is just an interface to the installed software method calls, which may be developed in C or C ++ I think). "
This is my 1st project with node.js, so I do not know very well if it is able to do this and where to start. And whenever I try to search for something like "Create thumbnail picture with node.js" , the results always refer to the libraries quoted above.
- So I would like to know first, if it is possible to create thumbnails of images only using node.js?
- "Secondly" , if possible, if there is any library to assist with this task?
- And "third" , the path of the stones, or any idea how to implement this?
Obs¹: My problem with using the cited library ( GraphicsMagick for node.js ) is the need to install a software in hosting, which can be a problem depending on the company's security policy.
Note: The only resource I need from this library is
resize
.