This commit is contained in:
John Cupitt 2014-11-19 09:51:52 +00:00
parent 77d5bd8d08
commit 2a4f56ff9f
2 changed files with 13 additions and 1 deletions

12
TODO
View File

@ -1,5 +1,17 @@
- test building without cpp
need to add introspection.m4 to m4/ dir?
configure.ac has
GOBJECT_INTROSPECTION_CHECK([1.30.0])
libvips/Makefile.am has
if HAVE_INTROSPECTION
what defines that? is it a left-over?
- test building without python
- use vips_resize() in vipsthumbnail?

View File

@ -286,7 +286,7 @@ vips_resize_init( VipsResize *resize )
*
* @interpolate defaults to bucubic, or bilinear if that is not available.
*
* @idx, @idy default to zero. Adjust them by 0.5 to get pixel-centre sampling.
* @idx, @idy default to zero. Offset them by 0.5 to get pixel-centre sampling.
*
* See also: vips_shrink(), vips_affine(), #VipsInterpolate.
*