ImageMagick version
7.1.1-39 Q16-HDRI x64 18ae555:20241005
Operating system
Windows
Operating system, version and so on
10 Home
Description
There's another command example at https://www.imagemagick.org/Usage/masking/ that doesn't work as intended: magick alpha_extract.png -alpha copy alpha_copy.png.
- Download the original image,
alpha_extract.png:

- Execute
magick alpha_extract.png -alpha copy alpha_copy.png; notice that the resulting image, alpha_copy.png, differs from what is shown in the docs:
This is the result from the docs:

This is what I get:

Steps to Reproduce
.
Images
.