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 @@ -934,11 +934,13 @@ def set_agg_filter(self, filter_func):
934934 Parameters
935935 ----------
936936 filter_func : callable
937- A filter function, which takes a (m, n, 3) float array and a dpi
938- value, and returns a (m, n, 3) array.
937+ A filter function, which takes a (m, n, depth) float array
938+ and a dpi value, and returns a (m, n, depth) array and two
939+ offsets from the bottom left corner of the image
939940
940941 .. ACCEPTS: a filter function, which takes a (m, n, 3) float array
941- and a dpi value, and returns a (m, n, 3) array
942+ and a dpi value, and returns a (m, n, 3) array and two offsets
943+ from the bottom left corner of the image
942944 """
943945 self ._agg_filter = filter_func
944946 self .stale = True
You can’t perform that action at this time.
0 commit comments