more quality of life updates

This commit is contained in:
2026-04-01 23:07:05 -07:00
parent 878c7b415c
commit d4cecf0372
79 changed files with 139 additions and 127 deletions

View File

@@ -20,7 +20,7 @@ Apply a median filter to a DATA_FIELD. Equivalent to gwy_data_field_filter_media
|------|------|---------|-------------|
| size | INT | 3 | Kernel size (side length) in pixels; odd values only (121) |
## Limitations
## Notes
- The median filter is applied with a square kernel; non-square (e.g. rectangular) kernels are not supported.
- Large kernel sizes are significantly slower than the Gaussian filter for the same smoothing extent.