im_acostra(3) - Linux man page
Name
im_costra, im_sintra, im_tantra, im_acostra, im_asintra, im_atantra - basic trig functionsSynopsis
#include <vips/vips.h>int im_costra(in, out)
IMAGE *in, *out;
int im_sintra(in, out)
IMAGE *in, *out;
int im_tantra(in, out)
IMAGE *in, *out;
int im_acostra(in, out)
IMAGE *in, *out;
int im_asintra(in, out)
IMAGE *in, *out;
int im_atantra(in, out)
IMAGE *in, *out;
Description
Basic trig functions. The input image is mapped through either cos(3), sin(3) or tan(3) and written to out. All work in degrees.The size and number of bands are unchanged, the output type is float, unless the input is double, in which case the output is double. Non-complex images only!