Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
GMImage.List
Lists all IDs of images in memory.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
GraphicsMagick | 8.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "GMImage.List" )
Parameters
none
Result
Returns list or error.
Description
Lists all IDs of images in memory.Returns IDs for all images in memory. If this list is growing, you may have forgotten to call GMImage.Release in your scripts.
Normally after all scripts are done, this list should be empty, except for static images you want to load once and reuse from time to time.
Examples
List all object IDs:
Set Variable [$list; Value: MBS( "GMImage.List" ) ]
See also
Release notes
- Version 10.4
- Added GMImage.ListTypeInfo function.
- Version 8.1
- Added DynaPDF.List and GMImage.List functions.
Blog Entries
This function is free to use.
Created 12nd February 2018, last changed 27th August 2023