From d3710369e3a445f61f005471b83f1f2aeefb65f6 Mon Sep 17 00:00:00 2001 From: FireIsGood Date: Mon, 8 Jan 2024 15:00:59 -0800 Subject: [PATCH] Clarify limitation in README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1552c15..16dd138 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,10 @@ limbus-image ./test/config.toml ## Limitations -Images are hard coded at 600 by 600 pixels due to the libraries used. The -provided images are at a lower resolution, though that is because they were -taken from a specific game asset. +Images are hard coded to be 600 by 600 as font sizes are kind of strange and I +don't want to deal with them. I don't have high resolution overlays and the +provided images are at a lower resolution so it's not very useful to go past +600 pixels. ## Contributing