node-imagemagick-native
node-imagemagick-native copied to clipboard
Combining rotate with composite
Is there a way to combine composite and rotate together ?
I want to do something like this -
convert bg.png \( -background none -rotate 30 -geometry 140x140+120+88 design.png \) -composite result.png
Rotate the foreground design.png
on some background bg.png
and use the composite
function to layer the two together to form result.png