I want to add a tiled background to a transparent image. According to the docs this should do it: convert test.png -texture paper.png result.png I also tried other variations (with -composite, -flatten, -tile, etc.) but result.png is either still transparent or just gets a white background ...