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