| gimp_drawable_get_image | Returns the drawable's image. |
| gimp_drawable_image | This procedure is deprecated! Use 'gimp_drawable_get_image' instead. |
| gimp_drawable_set_image | This procedure is deprecated! |
| gimp_image_active_drawable | This procedure is deprecated! Use 'gimp_image_get_active_drawable' instead. |
| gimp_image_add_channel | Add the specified channel to the image. |
| gimp_image_add_hguide | Add a horizontal guide to an image. |
| gimp_image_add_layer | Add the specified layer to the image. |
| gimp_image_add_layer_mask | This procedure is deprecated! Use 'gimp_layer_add_mask' instead. |
| gimp_image_add_vguide | Add a vertical guide to an image. |
| gimp_image_base_type | Get the base type of the image. |
| gimp_image_clean_all | Set the image dirty count to 0. |
| gimp_image_convert_grayscale | Convert specified image to grayscale (256 intensity levels) |
| gimp_image_convert_indexed | Convert specified image to and Indexed image |
| gimp_image_convert_rgb | Convert specified image to RGB color |
| gimp_image_crop | Crop the image to the specified extents. |
| gimp_image_delete | Delete the specified image. |
| gimp_image_delete_guide | Deletes a guide from an image. |
| gimp_image_duplicate | Duplicate the specified image |
| gimp_image_find_next_guide | Find next guide on an image. |
| gimp_image_flatten | Flatten all visible layers into a single layer. Discard all invisible layers. |
| gimp_image_flip | Flips the image horizontally or vertically. |
| gimp_image_floating_sel_attached_to | Return the drawable the floating selection is attached to. |
| gimp_image_floating_selection | This procedure is deprecated! Use 'gimp_image_get_floating_sel' instead. |
| gimp_image_free_shadow | Free the specified image's shadow data (if it exists). |
| gimp_image_get_active_channel | Returns the specified image's active channel. |
| gimp_image_get_active_drawable | Get the image's active drawable |
| gimp_image_get_active_layer | Returns the specified image's active layer. |
| gimp_image_get_channel_by_tattoo | Find a channel with a given tattoo in an image. |
| gimp_image_get_channels | Returns the list of channels contained in the specified image. |
| gimp_image_get_cmap | This procedure is deprecated! Use 'gimp_image_get_colormap' instead. |
| gimp_image_get_colormap | Returns the image's colormap |
| gimp_image_get_component_active | Returns if the specified image's image component is active. |
| gimp_image_get_component_visible | Returns if the specified image's image component is visible. |
| gimp_image_get_filename | Returns the specified image's filename. |
| gimp_image_get_floating_sel | Return the floating selection of the image. |
| gimp_image_get_guide_orientation | Get orientation of a guide on an image. |
| gimp_image_get_guide_position | Get position of a guide on an image. |
| gimp_image_get_layer_by_tattoo | Find a layer with a given tattoo in an image. |
| gimp_image_get_layers | Returns the list of layers contained in the specified image. |
| gimp_image_get_name | Returns the specified image's name. |
| gimp_image_get_resolution | Returns the specified image's resolution. |
| gimp_image_get_selection | Returns the specified image's selection. |
| gimp_image_get_tattoo_state | Returns the tattoo state associated with the image. |
| gimp_image_get_unit | Returns the specified image's unit. |
| gimp_image_get_vectors | Returns the list of vectors contained in the specified image. |
| gimp_image_height | Return the height of the image |
| gimp_image_is_dirty | Checks if the image has unsaved changes. |
| gimp_image_list | Returns the list of images currently open. |
| gimp_image_lower_channel | Lower the specified layer in the image's layer stack |
| gimp_image_lower_layer | Lower the specified layer in the image's layer stack |
| gimp_image_lower_layer_to_bottom | Lower the specified layer in the image's layer stack to bottom of stack |
| gimp_image_merge_down | Merge the layer passed and the first visible layer below. |
| gimp_image_merge_visible_layers | Merge the visible image layers into one. |
| gimp_image_new | Creates a new image with the specified width, height, and type. |
| gimp_image_parasite_attach | Add a parasite to an image. |
| gimp_image_parasite_detach | Removes a parasite from an image. |
| gimp_image_parasite_find | Finds the named parasite in an image |
| gimp_image_parasite_list | List all parasites. |
| gimp_image_pick_color | Determine the color at the given drawable coordinates |
| gimp_image_pick_correlate_layer | Find the layer visible at the specified coordinates. |
| gimp_image_raise_channel | Raise the specified channel in the image's channel stack |
| gimp_image_raise_layer | Raise the specified layer in the image's layer stack |
| gimp_image_raise_layer_to_top | Raise the specified layer in the image's layer stack to top of stack |
| gimp_image_remove_channel | Remove the specified channel from the image. |
| gimp_image_remove_layer | Remove the specified layer from the image. |
| gimp_image_remove_layer_mask | This procedure is deprecated! Use 'gimp_layer_remove_mask' instead. |
| gimp_image_resize | Resize the image to the specified extents. |
| gimp_image_resize_to_layers | Resize the image to fit all layers. |
| gimp_image_rotate | Rotates the image by the specified degrees. |
| gimp_image_scale | Scale the image to the specified extents. |
| gimp_image_set_active_channel | Sets the specified image's active channel. |
| gimp_image_set_active_layer | Sets the specified image's active layer. |
| gimp_image_set_cmap | This procedure is deprecated! Use 'gimp_image_set_colormap' instead. |
| gimp_image_set_colormap | Sets the entries in the image's colormap. |
| gimp_image_set_component_active | Sets if the specified image's image component is active. |
| gimp_image_set_component_visible | Sets if the specified image's image component is visible. |
| gimp_image_set_filename | Sets the specified image's filename. |
| gimp_image_set_resolution | Sets the specified image's resolution. |
| gimp_image_set_tattoo_state | Set the tattoo state associated with the image. |
| gimp_image_set_unit | Sets the specified image's unit. |
| gimp_image_thumbnail | Get a thumbnail of an image. |
| gimp_image_undo_disable | Disable the image's undo stack. |
| gimp_image_undo_enable | Enable the image's undo stack. |
| gimp_image_undo_freeze | Freeze the image's undo stack. |
| gimp_image_undo_group_end | Finish a group undo. |
| gimp_image_undo_group_start | Starts a group undo. |
| gimp_image_undo_is_enabled | Check if the image's undo stack is enabled. |
| gimp_image_undo_thaw | Thaw the image's undo stack. |
| gimp_image_unset_active_channel | Unsets the active channel in the specified image. |
| gimp_image_width | Return the width of the image |
| gimp_layer_resize_to_image_size | Resize a layer to the image size. |
| plug_in_imagemap | Creates a clickable imagemap. |
| IMAGE | image | The image |
| INT32 | yposition | The guide's y-offset from top of image |
| INT32 | guide | The new guide |
gimp_image_add_vguide
Input:
| IMAGE | image | The image |
| INT32 | xposition | The guide's x-offset from left of image |
| INT32 | guide | The new guide |
gimp_image_base_type
Input:
| IMAGE | image | The image |
| INT32 | base_type | The image's base type: { GIMP_RGB (0), GIMP_GRAY (1), GIMP_INDEXED (2) } |
gimp_image_clean_all
Input:
| IMAGE | image | The image |
gimp_image_convert_grayscale
Input:
| IMAGE | image | The image |
gimp_image_convert_indexed
Input:
| IMAGE | image | The image |
| INT32 | dither_type | The dither type to use: { GIMP_NO_DITHER (0), GIMP_FS_DITHER (1), GIMP_FSLOWBLEED_DITHER (2), GIMP_FIXED_DITHER (3) } |
| INT32 | palette_type | The type of palette to use: { GIMP_MAKE_PALETTE (0), GIMP_REUSE_PALETTE (1), GIMP_WEB_PALETTE (2), GIMP_MONO_PALETTE (3), GIMP_CUSTOM_PALETTE (4) } |
| INT32 | num_cols | The number of colors to quantize to, ignored unless (palette_type == GIMP_MAKE_PALETTE) |
| INT32 | alpha_dither | Dither transparency to fake partial opacity |
| INT32 | remove_unused | Remove unused or duplicate colour entries from final palette, ignored if (palette_type == GIMP_MAKE_PALETTE) |
| STRING | palette | The name of the custom palette to use, ignored unless (palette_type == GIMP_CUSTOM_PALETTE) |
gimp_image_convert_rgb
Input:
| IMAGE | image | The image |
gimp_image_crop
Input:
| IMAGE | image | The image |
| INT32 | new_width | New image width: (0 < new_width <= width) |
| INT32 | new_height | New image height: (0 < new_height <= height) |
| INT32 | offx | x offset: (0 <= offx <= (width - new_width)) |
| INT32 | offy | y offset: (0 <= offy <= (height - new_height)) |
gimp_image_delete
Input:
| IMAGE | image | The image |
gimp_image_delete_guide
Input:
| IMAGE | image | The image |
| INT32 | guide | The ID of the guide to be removed |
gimp_image_duplicate
Input:
| IMAGE | image | The image |
| IMAGE | new_image | The new, duplicated image |
gimp_image_find_next_guide
Input:
| IMAGE | image | The image |
| INT32 | guide | The ID of the current guide (0 if first invocation) |
| INT32 | next_guide | The next guide's ID |
gimp_image_flatten
Input:
| IMAGE | image | The image |
| LAYER | layer | The resulting layer |
gimp_image_flip
Input:
| IMAGE | image | The image |
| INT32 | flip_type | Type of flip: GIMP_ORIENTATION_HORIZONTAL (0) or GIMP_ORIENTATION_VERTICAL (1) |
gimp_image_floating_sel_attached_to
Input:
| IMAGE | image | The image |
| DRAWABLE | drawable | The drawable the floating selection is attached to |
gimp_image_floating_selection
Input:
| IMAGE | image | The image |
| LAYER | floating_sel | The image's floating selection |
gimp_image_free_shadow
Input:
| IMAGE | image | The image |
gimp_image_get_cmap
Input:
| IMAGE | image | The image |
| INT32 | num_bytes | Number of bytes in the colormap array: 0 < num_bytes |
| INT8ARRAY | colormap | The image's colormap |
gimp_image_get_colormap
Input:
| IMAGE | image | The image |
| INT32 | num_bytes | Number of bytes in the colormap array: 0 < num_bytes |
| INT8ARRAY | colormap | The image's colormap |
gimp_image_get_component_active
Input:
| IMAGE | image | The image |
| INT32 | component | The image component: { GIMP_RED_CHANNEL (0), GIMP_GREEN_CHANNEL (1), GIMP_BLUE_CHANNEL (2), GIMP_GRAY_CHANNEL (3), GIMP_INDEXED_CHANNEL (4), GIMP_ALPHA_CHANNEL (5) } |
| INT32 | active | Component is active (TRUE or FALSE) |
gimp_image_get_component_visible
Input:
| IMAGE | image | The image |
| INT32 | component | The image component: { GIMP_RED_CHANNEL (0), GIMP_GREEN_CHANNEL (1), GIMP_BLUE_CHANNEL (2), GIMP_GRAY_CHANNEL (3), GIMP_INDEXED_CHANNEL (4), GIMP_ALPHA_CHANNEL (5) } |
| INT32 | visible | Component is visible (TRUE or FALSE) |
gimp_image_get_filename
Input:
| IMAGE | image | The image |
| STRING | filename | The filename |
gimp_image_get_floating_sel
Input:
| IMAGE | image | The image |
| LAYER | floating_sel | The image's floating selection |
gimp_image_get_guide_orientation
Input:
| IMAGE | image | The image |
| INT32 | guide | The guide |
| INT32 | orientation | The guide's orientation: { GIMP_ORIENTATION_HORIZONTAL (0), GIMP_ORIENTATION_VERTICAL (1) } |
gimp_image_get_guide_position
Input:
| IMAGE | image | The image |
| INT32 | guide | The guide |
| INT32 | position | The guide's position relative to top or left of image |
gimp_image_get_name
Input:
| IMAGE | image | The image |
| STRING | name | The name |
gimp_image_get_resolution
Input:
| IMAGE | image | The image |
| SUCCESS | xresolution | The resolutionin the x-axis, in dots per inch |
| SUCCESS | yresolution | The resolutionin the y-axis, in dots per inch |
gimp_image_get_selection
Input:
| IMAGE | image | The image |
| SELECTION | selection | The selection channel |
gimp_image_get_tattoo_state
Input:
| IMAGE | image | The image |
| INT32 | tattoo_state | The tattoo_state |
gimp_image_get_vectors
Input:
| IMAGE | image | The image |
| INT32 | num_vectors | The number of vectors contained in the image |
| INT32ARRAY | vector_ids | The list of vectors contained in the image |
gimp_image_height
Input:
| IMAGE | image | The image |
| INT32 | height | The image's height |
gimp_image_is_dirty
Input:
| IMAGE | image | The image |
| INT32 | dirty | True if the image has unsaved changes. |
gimp_image_list
Input: none
Returns:
| INT32 | num_images | The number of images currently open |
| INT32ARRAY | image_ids | The list of images currently open |
gimp_image_merge_down
Input:
| IMAGE | image | The image |
| LAYER | merge_layer | The layer to merge down from |
| INT32 | merge_type | The type of merge: { GIMP_EXPAND_AS_NECESSARY (0), GIMP_CLIP_TO_IMAGE (1), GIMP_CLIP_TO_BOTTOM_LAYER (2) } |
| LAYER | layer | The resulting layer |
gimp_image_new
Input:
| INT32 | width | The width of the image |
| INT32 | height | The height of the image |
| INT32 | type | The type of image: { GIMP_RGB (0), GIMP_GRAY (1), GIMP_INDEXED (2) } |
| IMAGE | image | The ID of the newly created image |
gimp_image_pick_color
Input:
| IMAGE | image | The image |
| DRAWABLE | drawable | The drawable to pick from |
| SUCCESS | x | x coordinate of upper-left corner of rectangle |
| SUCCESS | y | y coordinate of upper-left corner of rectangle |
| INT32 | sample_merged | Use the composite image, not the drawable |
| INT32 | sample_average | Average the color of all the pixels in a specified radius |
| SUCCESS | average_radius | The radius of pixels to average |
| COLOR | color | The return color |
gimp_image_resize
Input:
| IMAGE | image | The image |
| INT32 | new_width | New image width: 0 < new_width |
| INT32 | new_height | New image height: 0 < new_height |
| INT32 | offx | x offset between upper left corner of old and new images: (new - old) |
| INT32 | offy | y offset between upper left corner of old and new images: (new - old) |
gimp_image_rotate
Input:
| IMAGE | image | The image |
| INT32 | rotate_type | Angle of rotation: GIMP_ROTATE_90 (0), GIMP_ROTATE_180 (1), GIMP_ROTATE_270 (2) |
gimp_image_scale
Input:
| IMAGE | image | The image |
| INT32 | new_width | New image width: 0 < new_width |
| INT32 | new_height | New image height: 0 < new_height |
gimp_image_set_cmap
Input:
| IMAGE | image | The image |
| INT32 | num_bytes | Number of bytes in the colormap array: 0 <= num_bytes <= 768 |
| INT8ARRAY | colormap | The new colormap values |
gimp_image_set_colormap
Input:
| IMAGE | image | The image |
| INT32 | num_bytes | Number of bytes in the colormap array: 0 <= num_bytes <= 768 |
| INT8ARRAY | colormap | The new colormap values |
gimp_image_set_component_active
Input:
| IMAGE | image | The image |
| INT32 | component | The image component: { GIMP_RED_CHANNEL (0), GIMP_GREEN_CHANNEL (1), GIMP_BLUE_CHANNEL (2), GIMP_GRAY_CHANNEL (3), GIMP_INDEXED_CHANNEL (4), GIMP_ALPHA_CHANNEL (5) } |
| INT32 | active | Component is active (TRUE or FALSE) |
gimp_image_set_component_visible
Input:
| IMAGE | image | The image |
| INT32 | component | The image component: { GIMP_RED_CHANNEL (0), GIMP_GREEN_CHANNEL (1), GIMP_BLUE_CHANNEL (2), GIMP_GRAY_CHANNEL (3), GIMP_INDEXED_CHANNEL (4), GIMP_ALPHA_CHANNEL (5) } |
| INT32 | visible | Component is visible (TRUE or FALSE) |
gimp_image_set_filename
Input:
| IMAGE | image | The image |
| STRING | filename | The new image filename |
gimp_image_set_resolution
Input:
| IMAGE | image | The image |
| SUCCESS | xresolution | The new image resolution (xresolution)in the x-axis, in dots per inch |
| SUCCESS | yresolution | The new image resolution (yresolution)in the y-axis, in dots per inch |
gimp_image_set_tattoo_state
Input:
| IMAGE | image | The image |
| INT32 | tattoo_state | The new image tattoo_state |
gimp_image_thumbnail
Input:
| IMAGE | image | The image |
| INT32 | width | The thumbnail width |
| INT32 | height | The thumbnail height |
| INT32 | width | The previews width |
| INT32 | height | The previews height |
| INT32 | bpp | The previews bpp |
| INT32 | thumbnail_data_count | The number of bytes in thumbnail data |
| INT8ARRAY | thumbnail_data | The thumbnail data |
gimp_image_undo_disable
Input:
| IMAGE | image | The image |
| INT32 | disabled | True if the image undo has been disabled |
gimp_image_undo_enable
Input:
| IMAGE | image | The image |
| INT32 | enabled | True if the image undo has been enabled |
gimp_image_undo_freeze
Input:
| IMAGE | image | The image |
| INT32 | frozen | True if the image undo has been frozen |
gimp_image_undo_group_end
Input:
| IMAGE | image | The ID of the image in which to close an undo group |
gimp_image_undo_group_start
Input:
| IMAGE | image | The ID of the image in which to open an undo group |
gimp_image_undo_is_enabled
Input:
| IMAGE | image | The image |
| INT32 | enabled | True if undo is enabled for this image |
gimp_image_undo_thaw
Input:
| IMAGE | image | The image |
| INT32 | thawed | True if the image undo has been thawed |
gimp_image_width
Input:
| IMAGE | image | The image |
| INT32 | width | The image's width |
plug_in_imagemap
Input:
| INT32 | run_mode | Interactive |
| IMAGE | image | Input image (unused) |
| DRAWABLE | drawable | Input drawable |
| The Gimp 2.3.2 (win32) | Documentation fresh from PDB | 22:53:15 Fr 22.07.2005 |
| Generated by pdb2doc.py written by Hans Breuer <Hans@Breuer.org> | ||