increase dzsave max tile size

This commit is contained in:
John Cupitt 2012-10-23 10:57:34 +01:00
parent 56f5955a24
commit 2f1149716f
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,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

@ -897,7 +897,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" ),