MCPcopy Create free account
hub / github.com/GenericMappingTools/gmt / PSL_setimage_

Function PSL_setimage_

src/postscriptlight_f77.c:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219int PSL_setimage_ (int *image_no, char *imagefile, unsigned char *image, int *image_dpi, unsigned int *dim, double *f_rgb, double *b_rgb, int len1, int len2)
220{
221 return (PSL_setimage (PSL_FORTRAN, *image_no, imagefile, image, *image_dpi, dim, f_rgb, b_rgb));
222}
223
224int PSL_plotepsimage_ (double *x, double *y, double *xsize, double *ysize, int *justify, unsigned char *buffer, int size, int *nx, int *ny, int *ox, int *oy)
225{

Callers

nothing calls this directly

Calls 1

PSL_setimageFunction · 0.85

Tested by

no test coverage detected