Merge branch 'bugfix_overlay' into develop

This commit is contained in:
misyaguziya
2025-06-16 18:59:49 +09:00

View File

@@ -24,7 +24,6 @@ class OverlayImage:
self.root_path = os_path.join(os_path.dirname(__file__), "..", "..", "..", "fonts")
else:
self.root_path = os_path.join(root_path, "_internal", "fonts")
print(self.root_path)
@staticmethod
def concatenateImagesVertically(img1: Image, img2: Image, margin: int = 0) -> Image: