test/utils.c: Rename and export the pngify_pixels() function.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 2 Apr 2012 19:09:16 +0000 (15:09 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 2 Apr 2012 19:24:56 +0000 (15:24 -0400)
commitd1ec1467f607c21a4d8b445eab5465ca60a12a97
tree5c4706a1e2529e89bf40cf956bc6b74f34402ce7
parentb16ddf17829633ec6eb54656924b7e841c6c69a4
test/utils.c: Rename and export the pngify_pixels() function.

This function converts from a8r8g8b8 to non-premultiplied RGBA (the
PNG or GdkPixbuf format that has the channels in this order: R, G, B,
A in memory regardless of the computer's endianness). The function's
new name is a8r8g8b8_to_rgba_np().
test/utils.c
test/utils.h