package com.young.crash; import java.awt.image.BufferedImage; public class getModel { public static String compare() { for (int i = 0; i < 10; i++) { System.out.println(i); BufferedImage testImage = Tools .getImage("model" + "/" + i + ".bmp"); if (testImage == null) { continue; } for (int x = 0; x < testImage.getWidth(); x++) { System.out.print("{"); for (int y = 0; y < testImage.getHeight() - 1; y++) { int cmpRGB = Tools.pixelConvert(testImage.getRGB(x, y)); System.out.print(cmpRGB + ","); } System.out.print(Tools.pixelConvert(testImage.getRGB(x, 11))); System.out.println("},"); } } return ""; } }

liujun0104 LV5
昨天
EdgarLi LV14
2022年7月19日
xxg2810 LV2
2021年3月8日
wyzl3321 LV25
2020年6月25日
wangdehai LV3
2020年1月1日
blueskyroof LV9
2019年11月28日
qwerasdfzxcv12 LV1
2019年2月15日
3207828 LV1
2018年12月14日
2985225214 LV10
2018年11月30日
TreasureUp LV1
2018年5月8日