
2004-01-05 Michael Natterer <mitch@gimp.org> * tools/pdbgen/Makefile.am * tools/pdbgen/groups.pl * tools/pdbgen/pdb/misc_tools.pdb: removed the "misc tools" PDB group. * tools/pdbgen/pdb/edit.pdb: added gimp_edit_bucket_fill() and gimp_edit_blend(). * tools/pdbgen/pdb/image.pdb: added gimp_image_pick_color(). * app/pdb/procedural_db.c * libgimp/gimpcompat.h: added compat stuff. * app/pdb/edit_cmds.c * app/pdb/image_cmds.c * app/pdb/internal_procs.c * app/pdb/misc_tools_cmds.c * libgimp/gimp_pdb.h * libgimp/gimpedit_pdb.[ch] * libgimp/gimpimage_pdb.[ch]: regenerated. * libgimp/Makefile.am * libgimp/gimpmisctools_pdb.[ch]: removed. * plug-ins/gfig/gfig.c * plug-ins/script-fu/scripts/3dTruchet.scm * plug-ins/script-fu/scripts/alien-glow-arrow.scm * plug-ins/script-fu/scripts/alien-glow-bar.scm * plug-ins/script-fu/scripts/alien-glow-bullet.scm * plug-ins/script-fu/scripts/alien-glow-button.scm * plug-ins/script-fu/scripts/alien-glow-logo.scm * plug-ins/script-fu/scripts/basic1-logo.scm * plug-ins/script-fu/scripts/basic2-logo.scm * plug-ins/script-fu/scripts/beveled-button.scm * plug-ins/script-fu/scripts/blended-logo.scm * plug-ins/script-fu/scripts/burn-in-anim.scm * plug-ins/script-fu/scripts/coffee.scm * plug-ins/script-fu/scripts/comic-logo.scm * plug-ins/script-fu/scripts/coolmetal-logo.scm * plug-ins/script-fu/scripts/glossy.scm * plug-ins/script-fu/scripts/gradient-bevel-logo.scm * plug-ins/script-fu/scripts/gradient-example.scm * plug-ins/script-fu/scripts/hsv-graph.scm * plug-ins/script-fu/scripts/pupi-button.scm * plug-ins/script-fu/scripts/rendermap.scm * plug-ins/script-fu/scripts/sphere.scm * plug-ins/script-fu/scripts/starscape-logo.scm * plug-ins/script-fu/scripts/test-sphere.scm * plug-ins/script-fu/scripts/textured-logo.scm * plug-ins/script-fu/scripts/title-header.scm * plug-ins/script-fu/scripts/weave.scm: follow "blend" and "color picker" changes. Leave "bucket fill" users unchanged because fill and bucket_fill need another cleanup (will follow next...) 2004-01-05 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt: moved color_picker, blend and bucket_fill to their new places. * libgimp/tmpl/gimpedit.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimptools.sgml: regenerated.
668 lines
7.3 KiB
Plaintext
668 lines
7.3 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
gimpimage
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Operations on complete images.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
Operations on complete images: creation, resizing/rescaling,
|
|
and operations involving multiple layers.
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gimp_image_list ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@num_images:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@width:
|
|
@height:
|
|
@type:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_duplicate ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_delete ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_base_type ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_width ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_height ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_free_shadow ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_flip ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@flip_type:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_rotate ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@rotate_type:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_resize ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@new_width:
|
|
@new_height:
|
|
@offx:
|
|
@offy:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_scale ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@new_width:
|
|
@new_height:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_crop ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@new_width:
|
|
@new_height:
|
|
@offx:
|
|
@offy:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_layers ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@num_layers:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_channels ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@num_channels:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_active_drawable ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_unset_active_channel ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_floating_sel ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_floating_sel_attached_to ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_pick_color ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@drawable_ID:
|
|
@x:
|
|
@y:
|
|
@sample_merged:
|
|
@sample_average:
|
|
@average_radius:
|
|
@color:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_pick_correlate_layer ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@x:
|
|
@y:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_add_layer ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@layer_ID:
|
|
@position:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_remove_layer ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@layer_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_raise_layer ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@layer_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_lower_layer ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@layer_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_raise_layer_to_top ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@layer_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_lower_layer_to_bottom ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@layer_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_add_channel ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@channel_ID:
|
|
@position:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_remove_channel ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@channel_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_raise_channel ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@channel_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_lower_channel ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@layer_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_flatten ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_merge_visible_layers ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@merge_type:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_merge_down ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@merge_layer_ID:
|
|
@merge_type:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_clean_all ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_is_dirty ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_active_layer ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_set_active_layer ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@active_layer_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_active_channel ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_set_active_channel ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@active_channel_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_selection ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_component_active ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@component:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_set_component_active ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@component:
|
|
@active:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_component_visible ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@component:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_set_component_visible ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@component:
|
|
@visible:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_filename ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_set_filename ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@filename:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_name ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_resolution ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@xresolution:
|
|
@yresolution:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_set_resolution ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@xresolution:
|
|
@yresolution:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_unit ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_set_unit ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@unit:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_set_tattoo_state ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@tattoo_state:
|
|
@Returns:
|
|
<!-- # Unused Parameters # -->
|
|
@tattoo:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_tattoo_state ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_layer_by_tattoo ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@tattoo:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_channel_by_tattoo ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@tattoo:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_cmap ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@num_colors:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_set_cmap ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@cmap:
|
|
@num_colors:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_get_thumbnail_data ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@width:
|
|
@height:
|
|
@bpp:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_parasite_find ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_parasite_list ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@num_parasites:
|
|
@parasites:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_parasite_attach ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@parasite:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_parasite_detach ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_image_attach_new_parasite ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@image_ID:
|
|
@name:
|
|
@flags:
|
|
@size:
|
|
@data:
|
|
|
|
|