node-imagemagick-native icon indicating copy to clipboard operation
node-imagemagick-native copied to clipboard

ImageMagick's Magick++ bindings for NodeJS

Results 54 node-imagemagick-native issues
Sort by recently updated
recently updated
newest added

When I run `npm install imagemagick-native` I get the following errors. ``` > [email protected] install /Users/user/Documents/project/prototypes/project/project/node_modules/imagemagick-native > node-gyp rebuild ERROR:root:code for hash md5 was not found. Traceback (most recent call...

Calling something like: `imagemagick.convert({srcData:pdfData, srcFormat:'PDF', format:'PNG', density:300, quality:100}, function(err, buffer) { ... });` The **density** argument is complete ignored. I also tried '300x300' and some other formats, but in all...

I need to read pixel data of psd file into an array of pixel using imagemagick, is there any api available for the same? which will return void* or byte...

I have problems with installing node-imagemagick-native on Ubuntu 18.04. I have added `/usr/lib/x86_64-linux-gnu/ImageMagick-6.9.7/bin-q16` to the $PATH, but when I install imagemagick-native with npm I get the following error: ``` >...

after my last updates on Manjaro I'm not able to compile imagemagick native. I tried with node 8 10 and 12, I've tried to install imagemagick compiling the source of...

When installing on MacOS High Sierra I was getting "Symbol not found" errors, similar to #17. Updating the `binding.gyp` to include `10.13` and rebuilding fixes these errors.

I am using `imagemagick-native` on my server and it works like a charm. However on my local machine - Mac OS El Capitan 10.11.6 - Node v6.10.1 - npm v3.10.10...

When I installed with `npm install imagemagick-native`, I picked up version `1.9.3` as latest. I was getting an error, `resizeStyle not supported` using `resizeStyle: 'crop'`, which is introduced in PR...

C:\Users\ars93\Desktop\pr>npm install imagemagick-native > [email protected] install C:\Users\ars93\Desktop\pr\node_modules\imagemagick-native > node-gyp rebuild C:\Users\ars93\Desktop\pr\node_modules\imagemagick-native>if not defined npm_config_node_gyp (node "C:\Users\ars93\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) 'python' is not recognized as an internal...