oops anotehr vipsthumbnail fix

since "strategy" is now named "access"
This commit is contained in:
John Cupitt 2013-10-01 11:23:42 +01:00
parent f23387ea67
commit dfe2ddf6c5
2 changed files with 4 additions and 1 deletions

3
TODO
View File

@ -10,6 +10,9 @@
does vips_malloc() used the tracked mem system?
- do much fancier profiling with timing on all locks saved in memory and
dumped on exit
- use the webp advanced encoding api to set a write function for webp save to
file

View File

@ -350,7 +350,7 @@ thumbnail_shrink( VipsObject *thumbnail, VipsImage *in,
"tile_width", in->Xsize,
"tile_height", 10,
"max_tiles", (nlines * 2) / 10,
"strategy", VIPS_ACCESS_SEQUENTIAL,
"access", VIPS_ACCESS_SEQUENTIAL,
"threaded", TRUE,
NULL ) ||
vips_affine( t[4], &t[5], residual, 0, 0, residual, NULL,