testing fix
This commit is contained in:
parent
a799043299
commit
60c1de5e65
@ -1,3 +1,3 @@
|
|||||||
#maven.buildNumber.plugin properties file
|
#maven.buildNumber.plugin properties file
|
||||||
#Wed Jul 31 20:20:41 EDT 2024
|
#Thu Aug 01 17:30:41 EDT 2024
|
||||||
buildNumber=193
|
buildNumber=194
|
||||||
|
|||||||
@ -140,7 +140,7 @@ public class FontUtils {
|
|||||||
// image = operation.filter(image, null);
|
// image = operation.filter(image, null);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
ImageIO.write(image, "png", Files.newOutputStream(new File("C:/users/satellite/Pictures/testimg.png").toPath()));
|
ImageIO.write(image, "png", Files.newOutputStream(new File("./test/java/electrosphere/renderer/ui/font/testimg.png").toPath()));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
// TODO Auto-generated catch block
|
// TODO Auto-generated catch block
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|||||||
BIN
test/java/electrosphere/renderer/ui/font/testimg.png
Normal file
BIN
test/java/electrosphere/renderer/ui/font/testimg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user