gimp_image_get_tattoo_state << INDEX >>
gimp_image_height
gimp_image_get_unit (1998)
- NAME
- gimp_image_get_unit - Returns the specified image's unit.
- SYNOPSIS
- unit = gimp_image_get_unit (image)
- DESCRIPTION
- This procedure returns the specified image's unit. This value is independent of any of the layers in this image. See the gimp_unit_* procedure definitions for the valid range of unit IDs and a description of the unit system.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| IMAGE | image | The image |
- RETURN VALUES
| TYPE | NAME | DESCRIPTION
|
|---|
| INT32 | unit | The unit |
- SOME SYNTAX ALTERNATIVES
- unit = $image->get_unit
- AUTHOR
- Michael Natterer
(c)1998 Michael Natterer
This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>