basic
basic
— a few typedefs used everywhere
Stability Level
Stable, unless otherwise indicated
Includes
#include <vips/vips.h>
Description
A few simple typedefs used by VIPS.
Functions
VipsCallbackFn ()
int
(*VipsCallbackFn) (void *a
,
void *b
);
vips_path_filename7 ()
char *
vips_path_filename7 (const char *path
);
Return the filename part of a vips7 path. For testing only.
vips_path_mode7 ()
char *
vips_path_mode7 (const char *path
);
Return the mode part of a vips7 path. For testing only.
Types and Values
VipsPel
A picture element. Cast this to whatever the associated VipsBandFormat says
to get the value.
enum VipsPrecision
How accurate an operation should be.