summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-01-22 19:54:52 +0100
committerPaul B Mahol <onemda@gmail.com>2021-01-25 00:48:35 +0100
commitb897b5261820ff767f614770648abaa8a2880ec0 (patch)
treedaf9eb95323ae082d362898c22f0c6172a125404 /doc
parent833338a02ce3aa657c87fae374167e2f1978fc86 (diff)
avfilter: add epx pixel art scaler
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index bc5c217ee9..6d6a52e4ef 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -10943,6 +10943,18 @@ Can be either @var{normal} or @var{diff}. Default is @var{normal}.
between neighbour histogram values.
@end table
+@section epx
+Apply the EPX magnification filter which is designed for pixel art.
+
+It accepts the following option:
+
+@table @option
+@item n
+Set the scaling dimension: @code{2} for @code{2xEPX}, @code{3} for
+@code{3xEPX}.
+Default is @code{3}.
+@end table
+
@section eq
Set brightness, contrast, saturation and approximate gamma adjustment.