tiny doc fix
see https://github.com/libvips/libvips/discussions/3239#discussioncomment-4490620
This commit is contained in:
parent
cd379a137a
commit
09c50bac60
@ -283,14 +283,14 @@ vips_sequential_init( VipsSequential *sequential )
|
|||||||
*
|
*
|
||||||
* Optional arguments:
|
* Optional arguments:
|
||||||
*
|
*
|
||||||
* * @strip_height: height of cache strips
|
* * @tile_height: height of cache strips
|
||||||
*
|
*
|
||||||
* This operation behaves rather like vips_copy() between images
|
* This operation behaves rather like vips_copy() between images
|
||||||
* @in and @out, except that it checks that pixels on @in are only requested
|
* @in and @out, except that it checks that pixels on @in are only requested
|
||||||
* top-to-bottom. This operation is useful for loading file formats which are
|
* top-to-bottom. This operation is useful for loading file formats which are
|
||||||
* strictly top-to-bottom, like PNG.
|
* strictly top-to-bottom, like PNG.
|
||||||
*
|
*
|
||||||
* @strip_height can be used to set the size of the tiles that
|
* @tile_height can be used to set the size of the tiles that
|
||||||
* vips_sequential() uses. The default value is 1.
|
* vips_sequential() uses. The default value is 1.
|
||||||
*
|
*
|
||||||
* See also: vips_cache(), vips_linecache(), vips_tilecache().
|
* See also: vips_cache(), vips_linecache(), vips_tilecache().
|
||||||
|
Loading…
Reference in New Issue
Block a user