imagemagick-stream icon indicating copy to clipboard operation
imagemagick-stream copied to clipboard

Streaming Imagemagick API

Results 12 imagemagick-stream issues
Sort by recently updated
recently updated
newest added

For settings and operations, if key starts with `+`, use that for the flag instead of adding a `-` sign in front. Resolves #33

This solved an issue where streams were capped to 200Kb on my system. Running Ubuntu 20.04.2 LTS

## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `5.2.0` to `6.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

Currently the library has no way to create a canvas. For example ... The command 'convert -size 64x64 canvas:lightblue ./images/thumb.png' will create a lightblue canvas from the command line. However...

It would be great to have an option to return a string showing what the actual command that will be run against imagemagick is. Trying different .set() .op() calls etc....

Hi @eivindfjeldstad , Does imagemagick-stream support converting PDFs to images? I wrote a test for the same : const im = require('imagemagick-stream'); const fs = require('fs'); const read = fs.createReadStream(__dirname...

I'm trying to do a crop, followed by a rotate, followed by another crop. However, for the last crop to work, I need a "+repage" right before it. I can't...

## Version 10 of Node.js (code name Dubnium) has been released! 🎊 To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...

greenkeeper

Hi @eivindfjeldstad, the commits are squashed. This PR adds a new operator "-composite" so that the lib can do things with imagemagick like ``` convert - imageToBeComposited.png -composite - ```...