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

Cannot create a canvas

Open smcardle opened this issue 5 years ago • 1 comments

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 there is no way to pass in the canvas:lightblue option to this library as both the op() and set() prefix the keys with '-'

Steve

smcardle avatar Aug 05 '18 08:08 smcardle

Have same problam. How i can do this comand convert -size 100x100 xc:wheat canvas_wheat.gif using your library?

PipaStanislav avatar Jan 16 '19 11:01 PipaStanislav