X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Fimage.h;h=2617d6aef420adfac44eabd2de5c19586d352962;hb=bf04757cd94e94c1f67fa3d2a4e3e59fa5bce0c0;hp=6362658a83d986396c974f4b5fc8804805b787e8;hpb=129968d66dd1bb375a99c7741198e8e9c4eee2e1;p=swftools.git diff --git a/lib/python/image.h b/lib/python/image.h index 6362658..2617d6a 100644 --- a/lib/python/image.h +++ b/lib/python/image.h @@ -31,5 +31,6 @@ int image_getWidth(PyObject*image); int image_getHeight(PyObject*image); int image_getBPP(PyObject*image); RGBA* image_toRGBA(PyObject*image); +PyObject* rgba_to_image(RGBA*rgba, int width, int height); #endif