Compare commits

..

No commits in common. "3e934fddd7ca554d3b25bda05e123e209a37a6c9" and "a799043299d26e5b9068572963691da1a9e3439b" have entirely different histories.

3 changed files with 3 additions and 8 deletions

3
.gitignore vendored
View File

@ -41,9 +41,6 @@
#vscode #vscode
.settings .settings
#testing cache
.testcache
#docs #docs
/docs-dist/** /docs-dist/**
/docs/DoxygenWarningLog.txt /docs/DoxygenWarningLog.txt

View File

@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file #maven.buildNumber.plugin properties file
#Thu Aug 01 17:34:47 EDT 2024 #Wed Jul 31 20:20:41 EDT 2024
buildNumber=196 buildNumber=193

View File

@ -140,9 +140,7 @@ public class FontUtils {
// image = operation.filter(image, null); // image = operation.filter(image, null);
try { try {
File imgFile = new File("./.testcache/testimg.png"); ImageIO.write(image, "png", Files.newOutputStream(new File("C:/users/satellite/Pictures/testimg.png").toPath()));
imgFile.mkdirs();
ImageIO.write(image, "png", Files.newOutputStream(imgFile.toPath()));
} catch (IOException e) { } catch (IOException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();