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. thinkphp6中怎么把类放到容器中?2. javascript - 呈现引擎是什么?3. 闯关的第二个问题的答案是错的吧?4. javascript - 小白求解,请问这个dom对象的为什么能用jquery方法?5. 请教使用PDO连接MSSQL数据库插入是乱码问题?6. html5 - canvas中的mousedrag事件,为什么鼠标拖出canvas,然后再次移入canvas,drag事件还触发7. objective-c - iOS开发支付宝和微信支付完成为什么跳转到了之前开发的一个app?8. php - mysql多表查询9. python - 如何用pandas处理分钟数据变成小时线?10. datetime - Python如何获取当前时间

网公网安备