Nevermind about my suggestion. I didn't describe it very well; plus, now that I think about it, I don't think it was a very good suggestion to begin with.
But I have another possibly weird request. I was wondering if it would be possible to have the option to export the images as 32 bit bitmaps; basically a bitmap in ARGB format. And if so, would it be possible to have an option to premultiply the RGB values with the alpha channel?
Basically, I'm trying to get away from GDI+, and I'm exploring other functions in Microsoft's API, such as AlphaBlend and others. It helps, at least in the case of AlphaBlend, to have 32 bitmaps with the alpha channel already premultiplied with the RGB values.
If this is too obscure of a request, I will completely understand.
