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:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
GMImage.GetHeight
Returns the image height.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
GraphicsMagick | 2.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameters
Parameter | Description | Example |
---|---|---|
ImageRef | The image reference number. | 1 |
Result
Returns the image height.
Description
Returns the image height.Examples
Show with and height
Let ( [
$Image = MBS("GMImage.NewFromContainer"; GraphicsMagick::image);
$Width = MBS("GMImage.GetWidth";$Image);
$Height = MBS("GMImage.GetHeight";$Image);
$Error = MBS("GMImage.Release";$Image)
];
$Width & " x " & $Height )
Query size of image into $h and $w:
Set Variable [ $Image ; Value: MBS( "GMImage.NewFromContainer"; ImageView::ImageContainer ) ]
Set Variable [ $w ; Value: MBS( "GMImage.GetWidth"; $Image ) ]
Set Variable [ $h ; Value: MBS( "GMImage.GetHeight"; $Image ) ]
Set Variable [ $r ; Value: MBS( "GMImage.Release"; $Image ) ]
See also
- GMImage.GetDensity
- GMImage.GetDepth
- GMImage.GetQuiet
- GMImage.GetWidth
- GMImage.Ping
- GMImage.PingContainer
- GMImage.Release
- GMImage.SetPixelColor
- ImageView.CreateWithControl
- XL.Sheet.SetPictureWithSize
Example Databases
- Barcode/Swiss QR-Code for invoices/Swiss QR-Code for invoices ISO 20022
- DynaPDF/Scan with WIA to PDF
- GraphicsMagick/Apply Mask
- GraphicsMagick/Clip Image
- GraphicsMagick/Combine Pictures
- GraphicsMagick/Image Croping
- GraphicsMagick/Image Scaling
- GraphicsMagick/Reduce Image
- Mac and iOS/ImageView
- Mac and iOS/Machine Learning/Core Image Detection
Blog Entries
- GraphicsMagick in FileMaker, part 24
- GraphicsMagick in FileMaker, part 7
- GraphicsMagick in FileMaker, part 2
- Create PDF from scanned images and skip blank pages
- Circle crop images in FileMaker with MBS Plugin
- Face detection via CoreImage in FileMaker
FileMaker Magazin
This function checks for a paid license.
Created 18th August 2014, last changed 21st December 2018
