node-imagemagick-native

ImageMagick 的 Magick++ 对 NodeJS 的绑定。「ImageMagick's Magick++ bindings for NodeJS」

  • 所有者: elad/node-imagemagick-native
  • 平台: Linux, Mac, Windows
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

node-imagemagick-native

ImageMagick's Magick++ binding for Node.

Features

  • Native bindings to the C/C++ Magick++ library
  • Async, sync, stream and promises API
  • Support for convert, identify, composite, and other utility functions

Build Status

Table of contents

Examples

Convert formats

Convert from one format to another with quality control:

fs.writeFileSync('after.png', imagemagick.convert({
	srcData: fs.readFileSync('before.jpg'),
	format: 'PNG',
	quality: 100 // (best) to 1 (worst)
}));

Original JPEG:

alt text

Converted to PNG:

quality 100

主要指标

概览
名称与所有者elad/node-imagemagick-native
主编程语言C++
编程语言JavaScript (语言数: 4)
平台Linux, Mac, Windows
许可证
所有者活动
创建于2012-07-23 15:46:56
推送于2020-10-20 16:22:28
最后一次提交2020-10-20 18:22:27
发布数24
最新版本名称1.9.3 (发布于 )
第一版名称0.2.1 (发布于 )
用户参与
星数630
关注者数19
派生数134
提交数278
已启用问题?
问题数120
打开的问题数46
拉请求数51
打开的拉请求数7
关闭的拉请求数26
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?