Definition in file psImagePixelManip.h.
#include "psImage.h"
#include "psCoord.h"
#include "psStats.h"
#include "psPixels.h"
Include dependency graph for psImagePixelManip.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
| psS32 | psImageClip (psImage *input, psF64 min, psF64 vmin, psF64 max, psF64 vmax) |
| Clip image values outside of range to given values. | |
| psS32 | psImageClipComplexRegion (psImage *input, psC64 min, psC64 vmin, psC64 max, psC64 vmax) |
| Clip image values outside of a specified complex region. | |
| psS32 | psImageClipNaN (psImage *input, psF64 value) |
| Clip NaN image pixels to given value. | |
| psS32 | psImageOverlaySection (psImage *image, const psImage *overlay, psS32 col0, psS32 row0, const char *op) |
| Overlay subregion of image with another image. | |
1.4.1