libvips/python
John Cupitt 3540e3ef09 support :level,associated in the vips7 openslide
the vips7 stub for openslide now supports :level,associated mode
options, eg:

$ header CMU-2.svs
CMU-2.svs: 19500x7615 uchar, 4 bands, rgb VipsImage (0x236a060)
$ header CMU-2.svs:2
CMU-2.svs:2: 4875x1903 uchar, 4 bands, rgb VipsImage (0x244c060)
$ header CMU-2.svs:,label
CMU-2.svs:,label: 387x463 uchar, 4 bands, rgb VipsImage (0xa2d060)
$ header CMU-2.svs:2,label
CMU-2.svs:2,label: 387x463 uchar, 4 bands, rgb VipsImage (0x1b23060)
2012-04-11 12:48:41 +01:00
..
old get goi try.py going 2012-01-02 11:06:04 +00:00
vips8 mvoe vips7 wrap back to vips7 names 2012-01-06 14:56:24 +00:00
LICENSE.txt new Python binding 2012-01-05 13:26:25 +00:00
README.txt new Python binding 2012-01-05 13:26:25 +00:00
setup.py new Python binding 2012-01-05 13:26:25 +00:00
try.py new Python binding 2012-01-05 13:26:25 +00:00
try2.py fix hist normalisation 2012-02-28 12:05:25 +00:00
try3.py fix hist normalisation 2012-02-28 12:05:25 +00:00
try4.py support :level,associated in the vips7 openslide 2012-04-11 12:48:41 +01:00

README.txt

vips8 binding for Python

This binding adds a few small helper functions to the gobject-introspection
binding for libvips.

This is the vips8 API, so it's not yet fully implemented. Use the older vipsCC
binding if you want a more complete system.