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: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

Container.GetJPEGWidth

Returns the Width of JPEG image stored in a container field.

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.GetJPEGWidth"; Container )   More

Parameters

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

Description

Returns the Width of JPEG image stored in a container field.
The Width is in pixels. 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

MBS( "Container.GetJPEGWidth" ; ContainerField )

See also

Release notes

Blog Entries

Created 18th August 2014, last changed 20th May 2019


Container.GetJPEGHeightResolution - Container.GetJPEGWidthResolution

Feedback: Report problem or ask question.