notes on dzsave change

see https://github.com/jcupitt/libvips/pull/359
This commit is contained in:
John Cupitt 2015-12-23 09:16:58 +00:00
parent 2efb5c1718
commit 8302e2ffcd
2 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,8 @@
- faster bilinear interpolator
- TIFF loads and saves IMAGEDESCRIPTION
- add --properties flag to tiffsave
- dzsave defaults changed: now writes 256x256 jpegs for non-edge tiles, thanks
Daniel
7/5/15 started 8.1.1
- oop, vips-8.0 wrapper script should be vips-8.1, thanks Danilo

View File

@ -2063,7 +2063,9 @@ vips_foreign_save_dz_init( VipsForeignSaveDz *dz )
* but you can have them centred by turning on @centre.
*
* You can set the size and overlap of tiles with @tile_size and @overlap.
* They default to the correct settings for the selected @layout.
* They default to the correct settings for the selected @layout. The deepzoom
* defaults produce 256x256 jpeg files for centre tiles, the most efficient
* size.
*
* Use @depth to control how low the pyramid goes. This defaults to the
* correct setting for the @layout you select.