Merge branch '8.10'
This commit is contained in:
commit
c27c471e28
@ -17,6 +17,7 @@
|
|||||||
- better heif signature detection [lovell]
|
- better heif signature detection [lovell]
|
||||||
- fix vips_fractsurf() typo [kleisauke]
|
- fix vips_fractsurf() typo [kleisauke]
|
||||||
- better heif EOF detection [lovell]
|
- better heif EOF detection [lovell]
|
||||||
|
- fix gir build with g-o-i 1.66+ [László]
|
||||||
|
|
||||||
9/8/20 started 8.10.1
|
9/8/20 started 8.10.1
|
||||||
- fix markdown -> xml conversion in doc generation
|
- fix markdown -> xml conversion in doc generation
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
#endif /*OS_WIN32*/
|
#endif /*OS_WIN32*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION: error
|
* SECTION: errors
|
||||||
* @short_description: error messages and error handling
|
* @short_description: error messages and error handling
|
||||||
* @stability: Stable
|
* @stability: Stable
|
||||||
* @include: vips/vips.h
|
* @include: vips/vips.h
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
#include <vips/vips.h>
|
#include <vips/vips.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION: rect
|
* SECTION: rectangle
|
||||||
* @short_description: the VIPS rectangle class
|
* @short_description: the VIPS rectangle class
|
||||||
* @stability: Stable
|
* @stability: Stable
|
||||||
* @see_also: <link linkend="VipsRegion">region</link>
|
* @see_also: <link linkend="VipsRegion">region</link>
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
#include <vips/internal.h>
|
#include <vips/internal.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION: interpolate
|
* SECTION: interpolator
|
||||||
* @short_description: various interpolators: nearest, bilinear, and
|
* @short_description: various interpolators: nearest, bilinear, and
|
||||||
* some non-linear
|
* some non-linear
|
||||||
* @stability: Stable
|
* @stability: Stable
|
||||||
|
Loading…
Reference in New Issue
Block a user