summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2013-06-07 10:57:29 +0200
committerClément Bœsch <u@pkh.me>2014-06-21 19:22:55 +0200
commitded3c9fd32afe4174b65d5bae843cea9149c8f11 (patch)
treee2d1046f90a70a6e6e9f820d583bf90ea6989d7f /doc/filters.texi
parent5ab51f75358360c7a9389fb3157efb919ff0e656 (diff)
avfilter: add hqx filter (hq2x, hq3x, hq4x)
Partially fixes Ticket #3404 (xbr filter remaining)
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 63bd22e760..a5f6965948 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -5203,6 +5203,20 @@ A floating point number which specifies chroma temporal strength. It defaults to
@var{luma_tmp}*@var{chroma_spatial}/@var{luma_spatial}.
@end table
+@section hqx
+
+Apply a high-quality magnification filter designed for pixel art. This filter
+was originally created by Maxim Stepin.
+
+It accepts the following option:
+
+@table @option
+@item n
+Set the scaling dimension: @code{2} for @code{hq2x}, @code{3} for
+@code{hq3x} and @code{4} for @code{hq4x}.
+Default is @code{3}.
+@end table
+
@section hue
Modify the hue and/or the saturation of the input.