Small manual updates

This commit is contained in:
makeworld
2021-04-30 20:26:10 -04:00
parent bdde6dde92
commit 9e67629265
4 changed files with 9 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ Dither images with a variety of algorithms and processing options.
Mandatory global flags are **\--palette**, **\--in**, and **\--out**, all others are optional. Each command represents a dithering algorithm or set of algorithms to apply to the input image(s).
The most important section in this manual is the **TIPS** one. Make sure you check it out.
Homepage: <https://github.com/makeworld-the-better-one/didder>
# GLOBAL OPTIONS

View File

@@ -43,7 +43,7 @@ install: didder
$(INSTALL) -d $(PREFIX)/bin/
$(INSTALL) -m 755 didder $(PREFIX)/bin/didder
$(GZIP) -c didder.1 > /usr/share/man/man1/didder.1.gz
mandb
$(MANDB)
.PHONY: uninstall
uninstall:

View File

@@ -18,6 +18,9 @@ Mandatory global flags are \f[B]--palette\f[R], \f[B]--in\f[R], and
Each command represents a dithering algorithm or set of algorithms to
apply to the input image(s).
.PP
The most important section in this manual is the \f[B]TIPS\f[R] one.
Make sure you check it out.
.PP
Homepage: <https://github.com/makeworld-the-better-one/didder>
.SH GLOBAL OPTIONS
.TP

View File

@@ -17,6 +17,8 @@ Dither images with a variety of algorithms and processing options.
Mandatory global flags are **\--palette**, **\--in**, and **\--out**, all others are optional. Each command represents a dithering algorithm or set of algorithms to apply to the input image(s).
The most important section in this manual is the **TIPS** one. Make sure you check it out.
Homepage: <https://github.com/makeworld-the-better-one/didder>
# GLOBAL OPTIONS
@@ -197,7 +199,7 @@ Read about **\--strength** if you haven't already.
Read about **\--recolor** if you haven't already.
It's easy to mess up a dithered image by scaling it manually. It's best to scale the image to the size you want before dithering (externally, or with **\--width** and/or **\--height**), and then leave it
It's easy to mess up a dithered image by scaling it manually. It's best to scale the image to the size you want before dithering (externally, or with **\--width** and/or **\--height**), and then leave it.
If you need to scale it up afterward, use **\--upscale**, rather than another tool. This will prevent image artifacts or blurring.