fix doc spelling of "optimise"
This commit is contained in:
parent
8b76606a23
commit
98f3bf78a5
@ -442,7 +442,7 @@ vips_foreign_save_jpeg_mime_init( VipsForeignSaveJpegMime *mime )
|
|||||||
* contains an ICC profile named #VIPS_META_ICC_NAME, the
|
* contains an ICC profile named #VIPS_META_ICC_NAME, the
|
||||||
* profile from the VIPS header will be attached.
|
* profile from the VIPS header will be attached.
|
||||||
*
|
*
|
||||||
* If @optimize_coding is set, the Huffman tables are optimised. This is
|
* If @optimize_coding is set, the Huffman tables are optimized. This is
|
||||||
* sllightly slower and produces slightly smaller files.
|
* sllightly slower and produces slightly smaller files.
|
||||||
*
|
*
|
||||||
* If @interlace is set, the jpeg files will be interlaced (progressive jpeg,
|
* If @interlace is set, the jpeg files will be interlaced (progressive jpeg,
|
||||||
|
@ -459,7 +459,7 @@ vips_foreign_save_webp_mime_init( VipsForeignSaveWebpMime *mime )
|
|||||||
* with @Q 80, 60, 40 or 20 to apply increasing amounts of preprocessing
|
* with @Q 80, 60, 40 or 20 to apply increasing amounts of preprocessing
|
||||||
* which improves the near-lossless compression ratio by up to 50%.
|
* which improves the near-lossless compression ratio by up to 50%.
|
||||||
*
|
*
|
||||||
* For animated webp output, @min_size will try to optimise for minimum size.
|
* For animated webp output, @min_size will try to optimize for minimum size.
|
||||||
*
|
*
|
||||||
* For animated webp output, @kmax sets the maximum number of frames between
|
* For animated webp output, @kmax sets the maximum number of frames between
|
||||||
* keyframes. Setting 0 means only keyframes. @kmin sets the minimum number of
|
* keyframes. Setting 0 means only keyframes. @kmin sets the minimum number of
|
||||||
|
@ -1458,7 +1458,7 @@ vips_image_minimise_all( VipsImage *image )
|
|||||||
*
|
*
|
||||||
* TRUE if any of the images upstream from @image were opened in sequential
|
* TRUE if any of the images upstream from @image were opened in sequential
|
||||||
* mode. Some operations change behaviour slightly in sequential mode to
|
* mode. Some operations change behaviour slightly in sequential mode to
|
||||||
* optimise memory behaviour.
|
* optimize memory behaviour.
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if @image is in sequential mode.
|
* Returns: %TRUE if @image is in sequential mode.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user