|
|
|
@ -44,7 +44,7 @@ public class DemoApplication { |
|
|
|
|
colordat.delete(); |
|
|
|
|
File dir = new File("resources"); |
|
|
|
|
for (String s : dir.list()) { |
|
|
|
|
StringBuilder sb = new StringBuilder(s.replace(".jpg","")).append(":"); |
|
|
|
|
StringBuilder sb = new StringBuilder(s.replace(".jpg","").replace("_alt","")).append(":"); |
|
|
|
|
boolean first=true; |
|
|
|
|
try { |
|
|
|
|
BufferedImage img = ImageIO.read(new File(dir,s)); |
|
|
|
@ -110,7 +110,7 @@ public class DemoApplication { |
|
|
|
|
RunTest("WORLD'S END UMBRELLA.jpg",437,136,6,1,3,90.59f,false,"H","",215,475120); |
|
|
|
|
RunTest("ぽっぴっぽー.jpg",350,46,7,6,3,80.39f,false,"N","",175,263630); |
|
|
|
|
RunTest("サマーアイドル.jpg",245,19,4,0,2,87.04f,false,"E","",103,179360); |
|
|
|
|
RunTest("test38.jpg","サマーアイドル",345,49,6,2,2,94.53f,false,"H","",232,347990,false); |
|
|
|
|
//RunTest("test38.jpg","サマーアイドル",345,49,6,2,2,94.53f,false,"H","",232,347990,false);
|
|
|
|
|
//RunTest("ジターバグ_2.jpg","ジターバグ",0,0,0,0,159,0.00f,true,"EX","SD",0,0);
|
|
|
|
|
//RunTest("大江戸ジュリアナイト_2.jpg","大江戸ジュリアナイト",0,0,0,0,79,0.08f,true,"EX","HD",0,580);
|
|
|
|
|
/*RunRemoteTest("http://projectdivar.com/files/DECORATOR_EXplay_436_100_1_0_6_93.52.png","DECORATOR",436,100,1,0,6,93.52f,false,"EX","HS",217,560180); |
|
|
|
|