add memory.h to Python API
this makes the memory high water visible to Python, handy for testing
This commit is contained in:
parent
11ce13d43d
commit
b853012787
@ -4,6 +4,8 @@
|
|||||||
- many more const declarations to help gobject-introspection
|
- many more const declarations to help gobject-introspection
|
||||||
- rewritten vips_shrink() is 2x faster, much lower memuse, now handles complex
|
- rewritten vips_shrink() is 2x faster, much lower memuse, now handles complex
|
||||||
- old code still there as vips_shrink2() for testing
|
- old code still there as vips_shrink2() for testing
|
||||||
|
- only allow [] for filename options
|
||||||
|
- add memory.h to Python API .. makes tracked highwater visible
|
||||||
|
|
||||||
7/5/15 started 8.1.1
|
7/5/15 started 8.1.1
|
||||||
- oop, vips-8.0 wrapper script should be vips-8.1, thanks Danilo
|
- oop, vips-8.0 wrapper script should be vips-8.1, thanks Danilo
|
||||||
|
@ -112,6 +112,7 @@ headers="\
|
|||||||
draw.h \
|
draw.h \
|
||||||
morphology.h \
|
morphology.h \
|
||||||
type.h \
|
type.h \
|
||||||
|
memory.h \
|
||||||
region.h"
|
region.h"
|
||||||
|
|
||||||
for name in $headers; do
|
for name in $headers; do
|
||||||
|
Loading…
Reference in New Issue
Block a user