node-imagemagick-native

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

  • Owner: elad/node-imagemagick-native
  • Platform: Linux, Mac, Windows
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerelad/node-imagemagick-native
Primary LanguageC++
Program languageJavaScript (Language Count: 4)
PlatformLinux, Mac, Windows
License:
所有者活动
Created At2012-07-23 15:46:56
Pushed At2020-10-20 16:22:28
Last Commit At2020-10-20 18:22:27
Release Count24
Last Release Name1.9.3 (Posted on )
First Release Name0.2.1 (Posted on )
用户参与
Stargazers Count630
Watchers Count19
Fork Count134
Commits Count278
Has Issues Enabled
Issues Count120
Issue Open Count46
Pull Requests Count51
Pull Requests Open Count7
Pull Requests Close Count26
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private