Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Container.GetJPEGHeight

Returns the Height 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.GetJPEGHeight"; Container )   More

Parameters

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

Description

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

MBS( "Container.GetJPEGHeight" ; ContainerField )

See also

Release notes

Blog Entries

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


Container.GetHex - Container.GetJPEGHeightResolution