Merge remote-tracking branch 'origin/7.30'

This commit is contained in:
John Cupitt 2012-10-23 11:45:24 +01:00
commit 8a4d4a6778
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
2/10/12 started 7.30.4
- remove options from format string in .dzi (thanks Martin)
- vipsCC.pc required the wrong version of vips (thanks Alessandro)
- larger max tile size for dzsave
13/9/12 started 7.30.3
- linecache sized itself too large

View File

@ -1129,7 +1129,7 @@ vips_foreign_save_dz_class_init( VipsForeignSaveDzClass *class )
_( "Tile overlap in pixels" ),
VIPS_ARGUMENT_OPTIONAL_INPUT,
G_STRUCT_OFFSET( VipsForeignSaveDz, overlap ),
0, 1024, 0 );
0, 8192, 0 );
VIPS_ARG_INT( class, "tile_size", 11,
_( "Tile size" ),