node-imagemagick-native

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

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
許可證MIT License
所有者活动
創建於2012-07-23 23:46:56
推送於2020-10-21 00:22:28
最后一次提交2020-10-21 00:22:27
發布數24
最新版本名稱1.9.3 (發布於 )
第一版名稱0.2.1 (發布於 )
用户参与
星數632
關注者數17
派生數133
提交數278
已啟用問題?
問題數121
打開的問題數47
拉請求數51
打開的拉請求數7
關閉的拉請求數26
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?