JyotsnaT / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

clean support for transparent backgrounds in BufferedImage/IVideoPicture conversion #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
instances of BufferedImage with transparent backgrounds convert into
IVideoPicture instances with a red shadow or border at the intersection
between the opaque regions and the transparent regions.  as a work around
the BufferedImage on which imagery is painted should have a background
color painted onto it before other content is applied.  it would be good to
have the converted (optionally?) detect or repair the transparency.

Original issue reported on code.google.com by tre...@gmail.com on 27 Jan 2009 at 12:16