possible bug -rotate -distort arc IM 7.0.2-7 Q16

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
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

possible bug -rotate -distort arc IM 7.0.2-7 Q16

Post by fmw42 »

See discussion at viewtopic.php?f=1&t=30269&p=136411#p136411 and messages above it.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug -rotate -distort arc IM 7.0.2-7 Q16

Post by magick »

Add +repage after the -rotate 180 option. The -rotate 180 operation not only rotates the image but also rotate the image page offset.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug -rotate -distort arc IM 7.0.2-7 Q16

Post by fmw42 »

Yes, I noted that in subsequent post. But what I do not understand is why it works in IM 6 without +repage, but IM 7 needs +repage after the rotate. Is this due to IM 7 being more strict in syntax or just an oversight?
Post Reply