Definition in file psPixels.h.
#include "psImage.h"
#include "psVector.h"
Include dependency graph for psPixels.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
| psPixels * | psPixelsAlloc (long nalloc) |
| Allocates a new psPixels structure. | |
| bool | psMemCheckPixels (psPtr ptr) |
| Checks the type of a particular pointer. | |
| psPixels * | psPixelsRealloc (psPixels *pixels, long nalloc) |
| resizes a psPixels structure | |
| psPixels * | p_psPixelsAppend (psPixels *pixels, long growth, int x, int y) |
| Add a pixel location to a psPixels. | |
| psPixels * | psPixelsCopy (psPixels *out, const psPixels *pixels) |
| Copies a psPixels object. | |
| psImage * | psPixelsToMask (psImage *out, const psPixels *pixels, psRegion region, psMaskType maskVal) |
| Generate a psImage from a psPixels. | |
| psPixels * | psPixelsFromMask (psPixels *out, const psImage *mask, psMaskType maskVal) |
| Generate a psPixels from a mask psImage. | |
| psPixels * | psPixelsConcatenate (psPixels *out, const psPixels *pixels) |
| Concatenates two psPixels. | |
| bool | p_psPixelsPrint (FILE *fd, psPixels *pixels, const char *name) |
| Prints a psPixels to specified destination. | |
1.4.2