文件名称:color-transform:流式图像色彩空间变换
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-19 17:26:56
JavaScript
颜色变换 流式图像色彩空间变换 安装 npm install color-transform 例子 var ColorTransform = require ( 'color-transform' ) ; // Convert a buffer (list of supported transforms below) var rgb = ColorTransform . cmyk2rgb ( new Buffer ( [ 0 , 56 , 128 , 32 ] ) ) // => new Buffer([ 1, 13, 20 ]) // Streaming example. Converts a CMYK JPEG to an RGB PNG fs . createReadStream ( 'cmyk.jpg' ) . pipe ( new JPEGDecoder ) . pi
【文件预览】:
color-transform-master
----test()
--------index.js(10KB)
----README.md(2KB)
----.gitignore(24B)
----index.js(8KB)
----package.json(750B)