Artifact da42fd1b179ee2a96a48017f41400bbe9ed1c43a:
- File operator/min-grey8-grey8.crimp — part of check-in [5fe20f9e55] at 2010-07-15 22:18:34 on branch ak-experimental — Implemented the new operators of revision [8942f8463c] for rgb and grey8 as well. (user: andreask size: 373) [more...]
min_grey8_grey8 Tcl_Obj* imageAObj Tcl_Obj* imageBObj /* * Pixel- and channel-wise min-combination of two images. The images have to * have equal dimensions. */ #define BINOP(a,b) (MIN((a),(b))) #include "binop_grey8_grey8.c" #undef BINOP /* vim: set sts=4 sw=4 tw=80 et ft=c: */ /* * Local Variables: * mode: c * c-basic-offset: 4 * fill-column: 78 * End: */