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:
Functions
Functionsvips_rect_isempty ()gboolean
vips_rect_isempty (
Is [method] vips_rect_includespoint ()gboolean vips_rect_includespoint ( Does vips_rect_includesrect ()gboolean vips_rect_includesrect ( Is [method] vips_rect_equalsrect ()gboolean vips_rect_equalsrect ( Is [method] vips_rect_overlapsrect ()gboolean vips_rect_overlapsrect ( Do [method] vips_rect_marginadjust ()void vips_rect_marginadjust ( Enlarge [method] vips_rect_intersectrect ()void vips_rect_intersectrect ( Fill vips_rect_unionrect ()void vips_rect_unionrect ( Fill vips_rect_dup ()VipsRect *
vips_rect_dup (
Duplicate a rect to the heap. You need to free the result with [skip] vips_rect_normalise ()void
vips_rect_normalise (
Make sure width and height are >0 by moving the origin and flipping the rect. [method] Types and ValuesVipsRecttypedef struct {
int left;
int top;
int width;
int height;
} VipsRect;
A VipsRect is a rectangular area of pixels. This is a struct for performing simple rectangle algebra. |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0088 ]-- |