From 516107ca4ff9aaf5f688f3b89da59d1cffc82c98 Mon Sep 17 00:00:00 2001 From: Stefan Haustein Date: Thu, 1 Feb 2024 22:37:04 +0100 Subject: [PATCH] Update README.md Add another hint to install ImageMagic to the common problems / troubleshooting section. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a96490..ee3bc0a 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,9 @@ I am happy to accept useful contributions under the Apache 2.0 license, but... - This program currently only depends on CImg and ImageMagick as image processing libraries and I'd prefer to keep it that way. - Support for additional platforms, CPUs or similar will require somebody who is happy to help with maintenance, in particular if I don't have access to it. -## Common problems +## Common problems / Troubleshooting +- Errors such as "unrecognized file format"? Make sure ImageMagic is installed. - On some linux platforms, an extra flag seems to be required: `make LDLIBS=-lstdc++fs` (but it also breaks MacOs), see - If you see strange horizontal lines, the characters don't fully fill the character cell. Remove additional line spacing in your terminal app - Wrong colors? Try -256 to use a 256 color palette instead of 24 bit colors