Specify BlurHash x and y components.
This parameter only applies to blurhash
output format.
For more information about how BlurHash algorithm and components works visit blurha.sh
Values
This parameter accepts point values in the range 1
to 9
for every component:
-
1
: Minimum component value (less information will be retained).
-
9
: Maximum component value (more information will be retained).
The default value for this parameter is 4
for x
and y
BlurHash components, equivalent to use blurhash=4,4
. This default value offers a good balance between detail and hash size.
For more information on how to specify point values visit the point values section.