node.js - nodejs模块jpegicc怎么安装?
阿神
阿神 2017-04-17 15:24:56
[Node.js讨论组]

1、我想安装这个jpegicc模块,但是看了文档还是不明白怎么安装。文档地址

我下载了那个Little CMS,但不懂怎么安装它,弄不懂下面这三行命令是什么意思:

./configure
make
make 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.

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号