git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70a744c
)
added function for reading images
author
kramm
<kramm>
Wed, 12 Oct 2005 18:27:47 +0000
(18:27 +0000)
committer
kramm
<kramm>
Wed, 12 Oct 2005 18:27:47 +0000
(18:27 +0000)
lib/python/image.h
patch
|
blob
|
history
diff --git
a/lib/python/image.h
b/lib/python/image.h
index
6362658
..
2617d6a
100644
(file)
--- 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