-rotate "180" not working in composite

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: -rotate "180" not working in composite

Post by magick »

This command
  • composite rose: -rotate 180 -geometry +11+40 logo: logo.png
returns the original rose composited over a rotated logo as expected. Try it and let us know if this is not the behavior you were expecting.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: -rotate "180" not working in composite

Post by anthony »

You may be better doing the rotate and compose using "convert" where you should have more control of exactly which image should be rotated.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply