UnpremultiplyFilter

This filter converts an image with premultiplied alpha into one with separate alpha. Note that it will not change the BufferedImage type of the source - if you want the type changed, you must pass in a suitable destination image. This filter is primarily intended for pairing with PremultiplyFilter where you need to filter an image with premultiplied pixels.