Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/share/gtk-doc/html/libvips/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
FunctionsTypes and Values
FunctionsVipsInterpolateMethod ()void (*VipsInterpolateMethod) ( An interpolation function. It should read source pixels from The interpolated value should be written to the pixel pointed to by See also: VipsInterpolateClass. vips_interpolate ()void vips_interpolate ( Look up the You need to set [skip] vips_interpolate_get_method ()VipsInterpolateMethod
vips_interpolate_get_method (
Look up the [skip] vips_interpolate_get_window_size ()int
vips_interpolate_get_window_size (
Look up an interpolators desired window size. vips_interpolate_get_window_offset ()int
vips_interpolate_get_window_offset (
Look up an interpolators desired window offset. vips_interpolate_nearest_static ()VipsInterpolate *
vips_interpolate_nearest_static (
A convenience function that returns a nearest-neighbour interpolator you don't need to free. vips_interpolate_bilinear_static ()VipsInterpolate *
vips_interpolate_bilinear_static (
A convenience function that returns a bilinear interpolator you don't need to free. vips_interpolate_new ()VipsInterpolate *
vips_interpolate_new (
Look up an interpolator from a nickname and make one. You need to free the
result with See also: [constructor] Types and ValuesVIPS_TRANSFORM_SHIFT#define VIPS_TRANSFORM_SHIFT (6) Many of the vips interpolators use fixed-point arithmetic for coordinate calculation. This is how many bits of precision they use. VIPS_TRANSFORM_SCALE#define VIPS_TRANSFORM_SCALE (1 << VIPS_TRANSFORM_SHIFT) VIPS_TRANSFORM_SHIFT as a multiplicative constant. VIPS_INTERPOLATE_SHIFT#define VIPS_INTERPOLATE_SHIFT (12) Many of the vips interpolators use fixed-point arithmetic for value calcualtion. This is how many bits of precision they use. VIPS_INTERPOLATE_SCALE#define VIPS_INTERPOLATE_SCALE (1 << VIPS_INTERPOLATE_SHIFT) VIPS_INTERPOLATE_SHIFT as a multiplicative constant. |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0051 ]-- |