Minor doc improvements (#3236)

* doc: regenerate docbook after commit 5056f59

* cplusplus: update doc comments

Incorporates the improvements of commit ac4c2d2 and 6bb0b4d.
This commit is contained in:
Kleis Auke Wolthuizen 2022-12-23 13:33:26 +01:00 committed by GitHub
parent 96946001c6
commit 97720a1fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -3051,7 +3051,7 @@ static VImage gifload_source( VSource source, VOption *options = 0 );
* - **effort** -- Quantisation effort, int.
* - **bitdepth** -- Number of bits per pixel, int.
* - **interframe_maxerror** -- Maximum inter-frame error for transparency, double.
* - **reoptimise** -- Reoptimise colour palettes, bool.
* - **reuse** -- Reuse palette from input, bool.
* - **interpalette_maxerror** -- Maximum inter-palette error for palette reusage, double.
* - **interlace** -- Generate an interlaced (progressive) GIF, bool.
* - **strip** -- Strip all metadata from image, bool.
@ -3071,7 +3071,7 @@ void gifsave( const char *filename, VOption *options = 0 ) const;
* - **effort** -- Quantisation effort, int.
* - **bitdepth** -- Number of bits per pixel, int.
* - **interframe_maxerror** -- Maximum inter-frame error for transparency, double.
* - **reoptimise** -- Reoptimise colour palettes, bool.
* - **reuse** -- Reuse palette from input, bool.
* - **interpalette_maxerror** -- Maximum inter-palette error for palette reusage, double.
* - **interlace** -- Generate an interlaced (progressive) GIF, bool.
* - **strip** -- Strip all metadata from image, bool.
@ -3091,7 +3091,7 @@ VipsBlob *gifsave_buffer( VOption *options = 0 ) const;
* - **effort** -- Quantisation effort, int.
* - **bitdepth** -- Number of bits per pixel, int.
* - **interframe_maxerror** -- Maximum inter-frame error for transparency, double.
* - **reoptimise** -- Reoptimise colour palettes, bool.
* - **reuse** -- Reuse palette from input, bool.
* - **interpalette_maxerror** -- Maximum inter-palette error for palette reusage, double.
* - **interlace** -- Generate an interlaced (progressive) GIF, bool.
* - **strip** -- Strip all metadata from image, bool.
@ -3217,6 +3217,7 @@ static VImage heifload_source( VSource source, VOption *options = 0 );
* - **compression** -- Compression format, VipsForeignHeifCompression.
* - **effort** -- CPU effort, int.
* - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignSubsample.
* - **encoder** -- Select encoder to use, VipsForeignHeifEncoder.
* - **strip** -- Strip all metadata from image, bool.
* - **background** -- Background value, std::vector<double>.
* - **page_height** -- Set page height for multipage save, int.
@ -3236,6 +3237,7 @@ void heifsave( const char *filename, VOption *options = 0 ) const;
* - **compression** -- Compression format, VipsForeignHeifCompression.
* - **effort** -- CPU effort, int.
* - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignSubsample.
* - **encoder** -- Select encoder to use, VipsForeignHeifEncoder.
* - **strip** -- Strip all metadata from image, bool.
* - **background** -- Background value, std::vector<double>.
* - **page_height** -- Set page height for multipage save, int.
@ -3255,6 +3257,7 @@ VipsBlob *heifsave_buffer( VOption *options = 0 ) const;
* - **compression** -- Compression format, VipsForeignHeifCompression.
* - **effort** -- CPU effort, int.
* - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignSubsample.
* - **encoder** -- Select encoder to use, VipsForeignHeifEncoder.
* - **strip** -- Strip all metadata from image, bool.
* - **background** -- Background value, std::vector<double>.
* - **page_height** -- Set page height for multipage save, int.

View File

@ -32,7 +32,7 @@ optional arguments:
basename - Base name to save to, input gchararray
layout - Directory layout, input VipsForeignDzLayout
default: dz
allowed: dz, zoomify, google
allowed: dz, zoomify, google, iiif, iiif3
suffix - Filename suffix for tiles, input gchararray
overlap - Tile overlap in pixels, input gint
default: 1