From 5661be3ebd2c8f571cb94df87d99c88245823b55 Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Mon, 30 Mar 2020 15:35:44 -0700 Subject: [PATCH] Clarify "fallback encoder" (#1788) --- src/modules/imageresizer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/imageresizer/README.md b/src/modules/imageresizer/README.md index 8a06f958fe..64a91eed7a 100644 --- a/src/modules/imageresizer/README.md +++ b/src/modules/imageresizer/README.md @@ -23,7 +23,7 @@ Image Resizer allows the user to configure the following settings: The user can add new preset sizes. Each size can be configured as Fill, Fit or Stretch. The dimension to be used for resizing can also be configured as Centimeters, Inches, Percent and Pixels. ### Encoding -The user can change the fallback encoder and modify PNG, JPEG and TIFF settings. +The user can change the fallback encoder (the one it uses when it can't save as the original format) and modify PNG, JPEG and TIFF settings. ### File -The user can modify the format of the file name of the resized image. They can also choose to retain the original _last modified_ date on the resized image. \ No newline at end of file +The user can modify the format of the file name of the resized image. They can also choose to retain the original _last modified_ date on the resized image.