remove refs to bicubic in docs
This commit is contained in:
parent
2427b2896c
commit
ec53b1af74
@ -1,5 +1,6 @@
|
|||||||
18/6/12 started 7.28.9
|
18/6/12 started 7.28.9
|
||||||
- slightly more memory debugging output
|
- slightly more memory debugging output
|
||||||
|
- remove references to the static bicubic interpolator from the docs
|
||||||
|
|
||||||
18/6/12 started 7.28.8
|
18/6/12 started 7.28.8
|
||||||
- fixes for centos5 portability
|
- fixes for centos5 portability
|
||||||
|
@ -139,7 +139,6 @@ interpolators:
|
|||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
VipsInterpolate *vips_interpolate_nearest_static( void );
|
VipsInterpolate *vips_interpolate_nearest_static( void );
|
||||||
VipsInterpolate *vips_interpolate_bilinear_static( void );
|
VipsInterpolate *vips_interpolate_bilinear_static( void );
|
||||||
VipsInterpolate *vips_interpolate_bicubic_static( void );
|
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
\noindent
|
\noindent
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION: interpolate
|
* SECTION: interpolate
|
||||||
* @short_description: various interpolators: nearest, bilinear, bicubic, and
|
* @short_description: various interpolators: nearest, bilinear, and
|
||||||
* some non-linear
|
* some non-linear
|
||||||
* @stability: Stable
|
* @stability: Stable
|
||||||
* @include: vips/vips.h
|
* @include: vips/vips.h
|
||||||
|
Loading…
Reference in New Issue
Block a user