Leptonica 1.68
C Image Processing Library
|
Tests in-place operation using the general 2-image pixRasterop(). The in-place operation works because there is no overlap between the src and dest rectangles. More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) |
Tests in-place operation using the general 2-image pixRasterop(). The in-place operation works because there is no overlap between the src and dest rectangles.
Definition in file rasteropip_reg.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 29 of file rasteropip_reg.c.
References IFF_PNG, NULL, PIX_SRC, pixAddMirroredBorder(), pixCopy(), pixDestroy(), pixDisplay(), pixEqual(), pixRasterop(), pixRead(), pixRemoveBorder(), and pixWrite().