node.js - nodejs模块jpegicc怎么安装?
问题描述
1、我想安装这个jpegicc模块,但是看了文档还是不明白怎么安装。文档地址

我下载了那个Little CMS,但不懂怎么安装它,弄不懂下面这三行命令是什么意思:
./configuremakemake install
2、我之所以装这个模块,是想将RGB格式的图片转化成CMYK格式的图片,所以找到了这个模块,有谁知道有什么其他的办法转化它们吗?
问题解答
回答1:Just do npm install jpegicc in your project’s root dir. It seems the lib have some dependencies on 'little cms', you need to download the zipfile and follow the command.
make connects the libs to the source and creates the required links and sets it up for the final phase it also parses the human readable to machine readable
make install This is the final phase where the compiler will create the binary files and moves all required files / executable and associated libs to their appropriate directories.
相关文章:
1. docker-compose中volumes的问题2. golang - 用IDE看docker源码时的小问题3. javascript - 获取标签中的字符串4. android - 安卓微信刷卡支付的DEMO5. javascript - 用jq ajax可以获取不同域的数据吗?6. spring - mysql中事务是互斥的么?7. java - spring MVC框架Controller层中应该使用StringBuffer还是StringBuilder?8. docker网络端口映射,没有方便点的操作方法么?9. docker api 开发的端口怎么获取?10. mysql - 仅仅只是把单引号与反斜杠转义不用prepare statement能否避免sql注入?

网公网安备