parent
2efb5c1718
commit
8302e2ffcd
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user