From b1d18f96b5420ebb04c7dd2d6e04605718ade3ae Mon Sep 17 00:00:00 2001 From: Chris Elston Date: Wed, 13 Dec 2023 09:53:51 +0000 Subject: [PATCH] export: clarify storage of masks --- content/module-reference/utility-modules/shared/export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/module-reference/utility-modules/shared/export.md b/content/module-reference/utility-modules/shared/export.md index 27085aaf28..9f425b8062 100644 --- a/content/module-reference/utility-modules/shared/export.md +++ b/content/module-reference/utility-modules/shared/export.md @@ -82,7 +82,7 @@ high quality resampling : Set this to 'yes' to perform high quality resampling on the image. The image will be processed in full resolution and only downscaled at the very end. This can sometimes result in better quality, but will always be slower. store masks -: Store masks as layers in exported image. Only works for some image formats (currently EXR, TIFF and XCF). +: Store masks as additional layers (for TIFF format) or channels (for EXR and XCF formats) in the exported image. profile : The output color profile. Select “image settings” if you want the settings in the [_output color profile_](../../processing-modules/output-color-profile.md) module of the individual images to be respected.