Files
gimp/devel-docs/libgimp/tmpl/gimptools.sgml
Simon Budig 73b1863a28 app/vectors/gimpstroke.[ch] tools/pdbgen/pdb/vectors.pdb Applied patch
2006-11-20  Simon Budig  <simon@gimp.org>

	* app/vectors/gimpstroke.[ch]
	* tools/pdbgen/pdb/vectors.pdb
	* plug-ins/pygimp/pygimp-vectors.c: Applied patch from
	Joao S. O. Bueno Calligaris that adds some missing transformations
	to the PDB-API for strokes. Fixes bug #129598.

	* app/pdb/internal_procs.c
	* app/pdb/vectors_cmds.c
	* libgimp/gimpvectors_pdb.[ch]: regenerated.
2006-11-20 15:34:30 +00:00

467 lines
5.1 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
gimptools
<!-- ##### SECTION Short_Description ##### -->
Access to common toolbox tools.
<!-- ##### SECTION Long_Description ##### -->
<para>
Functions giving access to common toolbox tools.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### FUNCTION gimp_airbrush ##### -->
<para>
</para>
@drawable_ID:
@pressure:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_airbrush_default ##### -->
<para>
</para>
@drawable_ID:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_by_color_select ##### -->
<para>
</para>
@drawable_ID:
@color:
@threshold:
@operation:
@antialias:
@feather:
@feather_radius:
@sample_merged:
@Returns:
<!-- ##### FUNCTION gimp_by_color_select_full ##### -->
<para>
</para>
@drawable_ID:
@color:
@threshold:
@operation:
@antialias:
@feather:
@feather_radius_x:
@feather_radius_y:
@sample_merged:
@select_transparent:
@select_criterion:
@Returns:
<!-- ##### FUNCTION gimp_clone ##### -->
<para>
</para>
@drawable_ID:
@src_drawable_ID:
@clone_type:
@src_x:
@src_y:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_clone_default ##### -->
<para>
</para>
@drawable_ID:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_convolve ##### -->
<para>
</para>
@drawable_ID:
@pressure:
@convolve_type:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_convolve_default ##### -->
<para>
</para>
@drawable_ID:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_dodgeburn ##### -->
<para>
</para>
@drawable_ID:
@exposure:
@dodgeburn_type:
@dodgeburn_mode:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_dodgeburn_default ##### -->
<para>
</para>
@drawable_ID:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_edit_bucket_fill_full ##### -->
<para>
</para>
@drawable_ID:
@fill_mode:
@paint_mode:
@opacity:
@threshold:
@sample_merged:
@fill_transparent:
@select_criterion:
@x:
@y:
@Returns:
<!-- ##### FUNCTION gimp_ellipse_select ##### -->
<para>
</para>
@image_ID:
@x:
@y:
@width:
@height:
@operation:
@antialias:
@feather:
@feather_radius:
@Returns:
<!-- ##### FUNCTION gimp_eraser ##### -->
<para>
</para>
@drawable_ID:
@num_strokes:
@strokes:
@hardness:
@method:
@Returns:
<!-- ##### FUNCTION gimp_eraser_default ##### -->
<para>
</para>
@drawable_ID:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_flip ##### -->
<para>
</para>
@drawable_ID:
@flip_type:
@Returns:
<!-- ##### FUNCTION gimp_free_select ##### -->
<para>
</para>
@image_ID:
@num_segs:
@segs:
@operation:
@antialias:
@feather:
@feather_radius:
@Returns:
<!-- ##### FUNCTION gimp_fuzzy_select ##### -->
<para>
</para>
@drawable_ID:
@x:
@y:
@threshold:
@operation:
@antialias:
@feather:
@feather_radius:
@sample_merged:
@Returns:
<!-- ##### FUNCTION gimp_fuzzy_select_full ##### -->
<para>
</para>
@drawable_ID:
@x:
@y:
@threshold:
@operation:
@antialias:
@feather:
@feather_radius_x:
@feather_radius_y:
@sample_merged:
@select_transparent:
@select_criterion:
@Returns:
<!-- ##### FUNCTION gimp_heal ##### -->
<para>
</para>
@drawable_ID:
@src_drawable_ID:
@src_x:
@src_y:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_heal_default ##### -->
<para>
</para>
@drawable_ID:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_paintbrush ##### -->
<para>
</para>
@drawable_ID:
@fade_out:
@num_strokes:
@strokes:
@method:
@gradient_length:
@Returns:
<!-- ##### FUNCTION gimp_paintbrush_default ##### -->
<para>
</para>
@drawable_ID:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_pencil ##### -->
<para>
</para>
@drawable_ID:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_perspective ##### -->
<para>
</para>
@drawable_ID:
@interpolation:
@x0:
@y0:
@x1:
@y1:
@x2:
@y2:
@x3:
@y3:
@Returns:
<!-- ##### FUNCTION gimp_rect_select ##### -->
<para>
</para>
@image_ID:
@x:
@y:
@width:
@height:
@operation:
@feather:
@feather_radius:
@Returns:
<!-- ##### FUNCTION gimp_round_rect_select ##### -->
<para>
</para>
@image_ID:
@x:
@y:
@width:
@height:
@corner_radius_x:
@corner_radius_y:
@operation:
@antialias:
@feather:
@feather_radius_x:
@feather_radius_y:
@Returns:
<!-- ##### FUNCTION gimp_rotate ##### -->
<para>
</para>
@drawable_ID:
@interpolation:
@angle:
@Returns:
<!-- ##### FUNCTION gimp_scale ##### -->
<para>
</para>
@drawable_ID:
@interpolation:
@x0:
@y0:
@x1:
@y1:
@Returns:
<!-- ##### FUNCTION gimp_shear ##### -->
<para>
</para>
@drawable_ID:
@interpolation:
@shear_type:
@magnitude:
@Returns:
<!-- ##### FUNCTION gimp_smudge ##### -->
<para>
</para>
@drawable_ID:
@pressure:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_smudge_default ##### -->
<para>
</para>
@drawable_ID:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_transform_2d ##### -->
<para>
</para>
@drawable_ID:
@interpolation:
@source_x:
@source_y:
@scale_x:
@scale_y:
@angle:
@dest_x:
@dest_y:
@Returns: