fix dzsave skip_blanks default
the default value was not being declared correctly [felixbuenemann] see https://github.com/libvips/libvips/issues/1185#issuecomment-450427889
This commit is contained in:
parent
74ee68fd79
commit
b9c3dcd274
@ -2115,7 +2115,7 @@ vips_foreign_save_dz_class_init( VipsForeignSaveDzClass *class )
|
||||
_( "Skip tiles which are nearly equal to the background" ),
|
||||
VIPS_ARGUMENT_OPTIONAL_INPUT,
|
||||
G_STRUCT_OFFSET( VipsForeignSaveDz, skip_blanks ),
|
||||
-1, 65535, 5 );
|
||||
-1, 65535, -1 );
|
||||
|
||||
/* How annoying. We stupidly had these in earlier versions.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user