15# include "config_auto.h"
20#include <allheaders.h>
25 return pix_ ? pixClone(
pix_) :
nullptr;
29 return pixCopy(
nullptr,
pix_);
43 return pixOr(
nullptr,
pix_,
i);
52 return pixAnd(
nullptr,
pix_,
i);
Image & operator|=(Image)
Image & operator&=(Image)
Image operator&(Image) const
Image operator|(Image) const