Skip to content

Commit f040807

Browse files
author
anna-singleton-resolver
committed
doc: remove reference to PIL in docs
1 parent 703090f commit f040807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/transformers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Transformers accept configuration through their constructors:
241241
**ImageResizer Configuration:**
242242

243243
* ``target_size``: Tuple of (width, height) for output dimensions
244-
* ``resampling``: PIL resampling algorithm (default: ``Image.LANCZOS``)
244+
* ``resampling``: OpenCV resampling algorithm (default: ``cv.INTER_LINEAR``)
245245
* ``maintain_aspect_ratio``: Whether to preserve aspect ratio (default: ``True``)
246246

247247
**BrotliCompressor Configuration:**

0 commit comments

Comments
 (0)