exmagick icon indicating copy to clipboard operation
exmagick copied to clipboard

How to do generic "convert" functions?

Open 9mm opened this issue 6 years ago • 0 comments

I'm just trying to do this...

gm convert -resize 300x input.jpg -crop 300x200+0+50 -extent 300x300 output.jpg

I am not sure why it isnt working though, it looks like this isnt a wrapper but every function has to be added..?

9mm avatar Jul 07 '19 01:07 9mm