eivindfjeldstad / imagemagick-stream

Streaming Imagemagick API

Repository from Github https://github.comeivindfjeldstad/imagemagick-streamRepository from Github https://github.comeivindfjeldstad/imagemagick-stream

Cannot create a canvas

smcardle opened this issue · 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

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