Update typeface.

master
sigonasr2 4 years ago
parent bcf04481d4
commit 3860b32aa7
  1. BIN
      image.png
  2. BIN
      rectangle0.png
  3. BIN
      rectangle1.png
  4. BIN
      rectangle2.png
  5. BIN
      rectangle3.png
  6. BIN
      rectangle4.png
  7. 7
      src/main/java/com/example/demo/Controller.java
  8. 2
      src/main/java/com/example/demo/DemoApplication.java
  9. BIN
      test.png
  10. BIN
      typeface.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

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);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Loading…
Cancel
Save