Cannot create a canvas
smcardle opened this issue · comments
Steven McArdle commented
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
Stanislav Pipa commented
Have same problam. How i can do this comand convert -size 100x100 xc:wheat canvas_wheat.gif
using your library?