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.
I seem to be having trouble keeping the transparency of an mpr: tiled image when using the tile:mpr:img. I am not sure it is a bug or a limitation of tile:. The mpr:img contains transparence, but after tiling it, it loses all transparency and I cannot seem to maintain it using -alpha on -channel rgba. Am I missing some key setting to allow it to maintain transparency? Or is my syntax not correct? Does tile: not support the alpha channel?
Using IM 6.9.6-0 on Windows 10 64, if I add "-background none" to your command somewhere before the "tile:mpr:copyright", it gives me "test2.png" with the copyright words on a transparent background.
Thanks, Geemack. You are right. I should have considered that I specified no background color after -size. It makes sense now. So both these commands do work correctly.