node.js - nodejs模塊jpegicc怎么安裝?
問(wèn)題描述
1、我想安裝這個(gè)jpegicc模塊,但是看了文檔還是不明白怎么安裝。文檔地址
我下載了那個(gè)Little CMS,但不懂怎么安裝它,弄不懂下面這三行命令是什么意思:
./configuremakemake install
2、我之所以裝這個(gè)模塊,是想將RGB格式的圖片轉(zhuǎn)化成CMYK格式的圖片,所以找到了這個(gè)模塊,有誰(shuí)知道有什么其他的辦法轉(zhuǎn)化它們嗎?
問(wèn)題解答
回答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.
相關(guān)文章:
1. 在mac下出現(xiàn)了兩個(gè)docker環(huán)境2. html - sumlime text3代碼自動(dòng)補(bǔ)全功能問(wèn)題!3. web - css3 @keyframes用一次后面的任何樣式就解析不了了.4. javascript - 有一個(gè)異步獲取數(shù)據(jù)的函數(shù)A,其他依賴這個(gè)A得到的數(shù)據(jù)的函數(shù)是否都必須是異步的?5. css3 - 給body設(shè)置了translate3d,動(dòng)畫(huà)的同時(shí)導(dǎo)致內(nèi)部的fixed元素失效?6. node.js - win7 grunt不是內(nèi)部或外部命令。7. 想練支付寶對(duì)接和微信支付對(duì)接開(kāi)發(fā)(Java),好像個(gè)人不可以,怎么弄個(gè)企業(yè)的呢?8. node.js - 用node做微信開(kāi)發(fā)后臺(tái),獲取access_token報(bào)錯(cuò)9. css3 - 求css頁(yè)面解決方案10. javascript - 大神們,求救啊,搞百度編輯器,弄了三天了,問(wèn)題,如下
