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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
GMImage.Swirl
Swirl image (image pixels are rotated by degrees).
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| GraphicsMagick | 2.0 | Yes | Yes | Yes | Yes | Yes |
Parameters
| Parameter | Description | Example |
|---|---|---|
| ImageRef | The image reference number. | 1 |
| degrees | The degrees. | 90 |
Result
Returns "OK" on success.
Description
Swirl image (image pixels are rotated by degrees).Examples
Does a swirl on the image:
Let ( [
$Image = MBS("GMImage.NewFromContainer"; GraphicsMagick::image);
$Result = MBS("GMImage.Swirl";$Image; 90);
$Result = MBS("GMImage.WriteToJPEGContainer"; $Image);
$Error = MBS("GMImage.Release";$Image)
];
$Result)
See also
Example Databases
Created 18th August 2014, last changed 21st December 2018
GMImage.StrokePattern - GMImage.Texture
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins