Impute TIFF xres/yres from withMetadata({density})

This commit is contained in:
Michael B. Klein
2021-10-28 14:46:45 -05:00
committed by Lovell Fuller
parent b33231d4bd
commit 342de36973
5 changed files with 28 additions and 1 deletions

View File

@@ -379,6 +379,8 @@ Returns **Sharp**
Use these TIFF options for output image.
The `density` can be set in pixels/inch via [withMetadata][1] instead of providing `xres` and `yres` in pixels/mm.
### Parameters
* `options` **[Object][6]?** output options

File diff suppressed because one or more lines are too long