images | 您所在的位置:網(wǎng)站首頁(yè) › 生辰八字五行精確分析 › images |
Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Node.js Node.js輕量級(jí)跨平臺(tái)圖像編解碼庫(kù) var images = require("images"); images("input.jpg") //Load image from file //加載圖像文件 .size(400) //Geometric scaling the image to 400 pixels width //等比縮放圖像到400像素寬 .draw(images("logo.png"), 10, 10) //Drawn logo at coordinates (10,10) //在(10,10)處繪制Logo .save("output.jpg", { //Save the image to a file, with the quality of 50 quality : 50 //保存圖片到文件,圖片質(zhì)量為50 }); Support 支持情況if node >= 10.x, please install images@latest Platform Architecture Node Version Windows x64 8, 9, 10, 11, 12 OSX X64 8, 9, 10, 11, 12 Linux* x64 8, 9, 10, 11, 12 The 32-bit system is not supported for the time being.if node |
CopyRight 2018-2019 實(shí)驗(yàn)室設(shè)備網(wǎng) 版權(quán)所有 |