commit | ca81e39bce028e74c27caeb006a5c47dd9337b4f | [log] [tgz] |
---|---|---|
author | Geoff Levand <geoff@infradead.org> | Fri Nov 25 17:35:28 2011 -0800 |
committer | Geoff Levand <geoff@infradead.org> | Sun Dec 11 15:06:22 2011 -0800 |
tree | 970fab280adffcbc08ef956435eb74809c98ae0d | |
parent | ea951fb17d38c06d5db4920ef5f2d6e014667c2c [diff] |
Remove unneeded call to png_set_swap_alpha Alpha byte swapping is done in twin_premultiply_alpha(), so the PNG processing overhead can be reduced by removing the png_set_swap_alpha() call in twin_png_to_pixmap() and adjusting twin_premultiply_alpha(). Signed-off-by: Geoff Levand <geoff@infradead.org>