I\'ve got some PNG images with transparency, and I need to create versions with the image layer composed onto a white background. I\'ve tried various things with Image Magi
here's how to replace the same image in all folders in a directory with white instead of transparent:
mogrify -background white -flatten */*.png