increase dzsave max tile size
This commit is contained in:
parent
56f5955a24
commit
2f1149716f
@ -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
|
||||
|
@ -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" ),
|
||||
|
Loading…
Reference in New Issue
Block a user