[Resolved] Problem with IM 7.0.6-1 using "-wave" and "-background none"
Posted: 2017-07-18T19:26:56-07:00
Using IM 7.0.6-1 HDRI on Windows 10 64. This command...
... produces a 600x20 entirely transparent image. Even internal images like logo: and rose: will produce a completely transparent canvas when using "-wave" if the background color is set to "none".
The same command using "convert" with IM 6.9.8-10 creates a wavy black line on a transparent background, which is what I would expect.
If I eliminate the "-background none" with either IM6 or IM7, it produces a wavy black line on a white background as expected.
With IM 7.0.6-1 and using "-wave" with any background color that has any alpha transparency, even like "-background #FFFFFFFE", outputs a completely transparent image. This looks like something that might require the attention of the developers.
Code: Select all
magick -size 600x10 xc:black -background none -wave 5x30 output.png
The same command using "convert" with IM 6.9.8-10 creates a wavy black line on a transparent background, which is what I would expect.
If I eliminate the "-background none" with either IM6 or IM7, it produces a wavy black line on a white background as expected.
With IM 7.0.6-1 and using "-wave" with any background color that has any alpha transparency, even like "-background #FFFFFFFE", outputs a completely transparent image. This looks like something that might require the attention of the developers.