Definition in file psImageGeomManip.h.
#include "psImage.h"
#include "psCoord.h"
#include "psStats.h"
#include "psPixels.h"
Include dependency graph for psImageGeomManip.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| psImage * | psImageRebin (psImage *out, const psImage *in, const psImage *mask, psMaskType maskVal, psU32 scale, const psStats *stats) |
| Rebin image to new scale. | |
| psImage * | psImageResample (psImage *out, const psImage *in, psS32 scale, psImageInterpolateMode mode) |
| Resample image to new scale. | |
| psImage * | psImageRotate (psImage *out, const psImage *in, float angle, psC64 unexposedValue, psImageInterpolateMode mode) |
| Rotate the input image by given angle, specified in degrees. | |
| psImage * | psImageShift (psImage *out, const psImage *in, float dx, float dy, psC64 unexposedValue, psImageInterpolateMode mode) |
| Shift image by an arbitrary number of pixels (dx,dy) in either direction. | |
| psImage * | psImageRoll (psImage *out, const psImage *in, psS32 dx, psS32 dy) |
| Roll image by an integer number of pixels in either direction. | |
| psImage * | psImageTransform (psImage *output, psPixels *blankPixels, const psImage *input, const psImage *inputMask, int inputMaskVal, const psPlaneTransform *outToIn, const psRegion region, const psPixels *pixels, psImageInterpolateMode mode, int exposedValue) |
| Transform the input image according the supplied transformation. | |
1.4.1