Add padding image transformation (#19838)

* Add padding transformation

* Add in upstream changes

* Update tests & docs

* Code formatting tuples in docstring
This commit is contained in:
amyeroberts
2022-11-18 11:27:21 +00:00
committed by GitHub
parent c29a2f7c9c
commit b98269425e
3 changed files with 225 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ Most of those are only useful if you are studying the code of the image processo
[[autodoc]] image_transforms.normalize
[[autodoc]] image_transforms.pad
[[autodoc]] image_transforms.rgb_to_id
[[autodoc]] image_transforms.rescale