Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

Container.GetJPEGWidthResolution

Returns the Horizontal Resolution of the preview image stored in a container field in pixels per inch.

Component Version macOS Windows Linux Server iOS SDK
Container 1.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes

Removed

This function was removed for MBS FileMaker Plugin 9.0. Please move to newer functions or keep using older plugins.

MBS( "Container.GetJPEGWidthResolution"; Container )   More

Parameters

Parameter Description Example
Container The container field or value to inspect.

Description

Returns the Horizontal Resolution of the preview image stored in a container field in pixels per inch.
FileMaker always stores a copy of every image as a JPEG (unless it is already a JPEG). This function is targeting that JPEG.

Examples

Get width resolution

MBS( "Container.GetJPEGWidthResolution" ; ContainerField )

See also

Release notes

Blog Entries

Created 18th August 2014, last changed 10th April 2022


Container.GetJPEGWidth - Container.GetName

💬 Ask a question or report a problem