0

Initial version of C lighting code

Needs *lots* of performance work
This commit is contained in:
Andrew Chin
2011-03-19 22:55:59 -04:00
parent 26d781f249
commit e096eb45ff
9 changed files with 284 additions and 3 deletions

View File

@@ -33,8 +33,10 @@ Imaging imaging_python_to_c(PyObject *obj);
PyObject *alpha_over(PyObject *dest, PyObject *src, PyObject *mask, int dx,
int dy, int xsize, int ysize);
PyObject *alpha_over_wrap(PyObject *self, PyObject *args);
PyObject *brightness(PyObject *img, double factor);
/* in iterate.c */
PyObject *chunk_render(PyObject *self, PyObject *args);
PyObject *chunk_render_lighting(PyObject *self, PyObject *args);
#endif /* __OVERVIEWER_H_INCLUDED__ */