1995-1996
Spencer Kimball & Peter Mattis
Returns the list of layers contained in the specified image.
This procedure returns the list of layers contained in the specified image. The order of layers is from topmost to bottommost.
unknown
Type | Name | Description |
---|---|---|
PF_IMAGE | image | The image |
Type | Name | Description |
---|---|---|
PF_INT | num-layers | The number of layers contained in the image (num-layers >= 0) |
unknown | layer-ids | The list of layers contained in the image. The returned value must be freed with g_free() |