Update typeface.
BIN
image.png
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.6 MiB |
BIN
rectangle0.png
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.0 KiB |
BIN
rectangle1.png
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 8.0 KiB |
BIN
rectangle2.png
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 7.2 KiB |
BIN
rectangle3.png
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 7.7 KiB |
BIN
rectangle4.png
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 8.0 KiB |
@ -149,9 +149,10 @@ public class Controller {
|
||||
/*downloadFileFromUrl(url,"temp");
|
||||
//BufferedImage img = ImageUtils.toBufferedImage(ImageIO.read(new File("temp")).getScaledInstance(1227, 690, Image.SCALE_SMOOTH));
|
||||
f = new File("temp");*/
|
||||
img = ImageIO.read(new URL(url));
|
||||
f = new File("temp");
|
||||
ImageIO.write(img,"jpg",f);
|
||||
img = ImageIO.read(new URL(url+":orig"));
|
||||
img = ImageIO.read(new URL(url+":orig"));
|
||||
f = new File("temp.png");
|
||||
ImageIO.write(img,"png",f);
|
||||
}
|
||||
|
||||
img = CropFutureToneImage(img);
|
||||
|
@ -73,6 +73,8 @@ public class DemoApplication {
|
||||
for (String s : str) {
|
||||
FTsongs.add(new SongData(s));
|
||||
}
|
||||
RunTest("test10.jpg","どりーみんチュチュ",456,207,31,11,18,71.06f,false,"EX","",96,544610,false);
|
||||
RunTest("test9.jpg","アゲアゲアゲイン",436,217,24,3,38,72.49f,false,"EX","",82,552330,false);
|
||||
RunTest("test8.png","メテオ",478,57,2,0,1,100.19f,false,"EX","",229,695618,false);
|
||||
RunTest("test6.png","ありふれたせかいせいふく",586,161,6,5,9,85.75f,false,"EX","",425,672452,false);
|
||||
RunTest("test5.png","ZIGG-ZAGG",88,18,1,2,13,11.87f,true,"EXEX","HS",28,88935,false);
|
||||
|
BIN
test.png
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.6 MiB |
BIN
typeface.png
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |