mirror of
https://github.com/makew0rld/didder.git
synced 2025-09-09 18:10:39 +02:00
Small manual updates
This commit is contained in:
@@ -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
|
||||
|
2
Makefile
2
Makefile
@@ -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:
|
||||
|
3
didder.1
3
didder.1
@@ -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
|
||||
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user