Problem with -swirl, -wave, -implode v7.0.8-9

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
GeeMack
Posts: 718
Joined: 2015-12-01T22:09:46-07:00
Authentication code: 1151
Location: Central Illinois, USA

Problem with -swirl, -wave, -implode v7.0.8-9

Post by GeeMack »

Using ImageMagick 7.0.8-9 Q16 x64 HDRI from a Windows 10 command line, these commands result in no change to the "logo:"...

Code: Select all

magick logo: -implode 0.5 test1.png

magick logo: -swirl 180 test2.png
This command only adds 12 pixels of background to the bottom of "logo:" but doesn't apply any wave distortion...

Code: Select all

magick logo: -wave 6x20  test3.png
This was not an issue in the immediately previous version, 7.0.8-8.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem with -swirl, -wave, -implode v7.0.8-9

Post by magick »

Fixed in the current beta. Will export the beta, likely this weekend.
User avatar
GeeMack
Posts: 718
Joined: 2015-12-01T22:09:46-07:00
Authentication code: 1151
Location: Central Illinois, USA

Re: Problem with -swirl, -wave, -implode v7.0.8-9

Post by GeeMack »

This issue appears to be resolved in version 7.0.8-10. Thanks!
Post Reply