Image Conversions

Using a piece of software called ImageMagick, a png file with a white background can be converted to one with a transparent background as follows:

        
            $ convert test.png -transparent white transparent.png