commit a267d2f3bbc3bd98e5f6339120c86dcb00460cc6
parent b5652fabcf0db0189fe09f792b7a3ec160783e84
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 19 Oct 2018 13:46:45 +0200
Update documention and TODO
Diffstat:
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -114,8 +114,8 @@ Even more:
transparent render with transparent background
workbench use Amiga Workbench palette
-o file specify output filename/path
- -r creates additional Retina @2x output file
- -R factor creates additional Retina output file with custom scale
+ -r creates Retina @2x output file
+ -R factor creates Retina output file with custom scale
-s show SAUCE record without generating output
-v show version information
@@ -187,7 +187,7 @@ When an ANSi source was created using iCE colors, it was done with a special mod
## Columns
-`columns` is only relevant for .BIN files, and even for those files is optional. In most cases conversion will work fine if you don't set this flag, the default value is `160` then. So please pass `columns` only to `BIN` files and only if you exactly know what you're doing.
+`columns` is only relevant for .ANS, .BIN, and .TND files, and is optional. In most cases conversion will work fine if you don't set this flag, the default value is `160` for .BIN files and `80` otherwise.
## SAUCE records
diff --git a/TODO b/TODO
@@ -1,7 +1,6 @@
- Import documentation from Ansilove/PHP
-- Display mode information in summary
+- Display mode information in summary, and DOS aspect if enabled
- Use include-what-you-use to remove unnecessary headers
- Use OpenBSD style(9) for function prototypes and declarations?
- Allow reading from stdin?
- Fix Travis CI build, need to install libansilove before building
-- Update documention to mention libansilove and drop GD from requirements