You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: