Gtk2-CV
view release on metacpan or search on metacpan
jpeg_finish_decompress (&cinfo);
jpeg_destroy_decompress (&cinfo);
perlinterp_acquire ();
}
OUTPUT:
RETVAL
void
compare (GdkPixbuf *a, GdkPixbuf *b)
PPCODE:
perlinterp_release ();
{
int w = gdk_pixbuf_get_width (a);
int h = gdk_pixbuf_get_height (a);
int sa = gdk_pixbuf_get_rowstride (a);
int sb = gdk_pixbuf_get_rowstride (b);
guchar *pa = gdk_pixbuf_get_pixels (a);
guchar *pb = gdk_pixbuf_get_pixels (b);
( run in 0.520 second using v1.01-cache-2.11-cpan-5511b514fd6 )