gimp_image_set_tattoo_state << INDEX >>
gimp_image_thumbnail
gimp_image_set_unit (1998)
- NAME
- gimp_image_set_unit - Sets the specified image's unit.
- SYNOPSIS
- gimp_image_set_unit (image,unit)
- DESCRIPTION
- This procedure sets the specified image's unit. No scaling or resizing is performed. 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 |
| INT32 | unit | The new image unit |
- SOME SYNTAX ALTERNATIVES
- $image->set_unit (unit)
- AUTHOR
- Michael Natterer
(c)1998 Michael Natterer
This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>