swa*_*_ps 6 java image pixel
如何在Java中编辑图像的像素值.有没有改变像素值的方法?
luk*_*ymo 7
例如:
BufferedImage image = ... image.setRGB(x, y, 0);
来自文档:
void setRGB(int x, int y, int rgb) //Sets a pixel in this BufferedImage to the specified RGB value.
归档时间:
14 年,7 月 前
查看次数:
5689 次
最近记录: