I have two BufferedImage objects, src
and dest
. Both are grayscale, src
is 1bpc (B&W basically), and dest
could really be any sort of color space/bpc/etc.
我需要能够在<代码>dest上提取一些颜色,作为比照数。 基本上,如果<条码>src中的pixel为黑色,则应当改成色体。 但是,如果<条码>src中的pixel是白色的,那么<条码>dest就应当单独保留。
如果是这样的话,我也正在引力行动中进行细致的变革。
Graphics2D g = dest.createGraphics();
// do something here???
g.drawImage(src, transform, null);
g.dispose();
In a pure B&W world this would involve a simple |
of the pixel values together - but it seems like there s probably a correct way to do this using image operations.
Gutins本能说,这是一个确定合成和某种甲型六氯环己烷的问题,但我对使用什么价值感到完全损失。 在图2d的更先进方面,我几乎没有经验——任何要点都会受到高度赞赏。