File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -929,11 +929,13 @@ def set_agg_filter(self, filter_func):
929
929
Parameters
930
930
----------
931
931
filter_func : callable
932
- A filter function, which takes a (m, n, 3) float array and a dpi
933
- value, and returns a (m, n, 3) array.
932
+ A filter function, which takes a (m, n, depth) float array
933
+ and a dpi value, and returns a (m, n, depth) array and two
934
+ offsets from the bottom left corner of the image
934
935
935
936
.. ACCEPTS: a filter function, which takes a (m, n, 3) float array
936
- and a dpi value, and returns a (m, n, 3) array
937
+ and a dpi value, and returns a (m, n, 3) array and two offsets
938
+ from the bottom left corner of the image
937
939
"""
938
940
self ._agg_filter = filter_func
939
941
self .stale = True
You can’t perform that action at this time.
0 commit comments