Files
gimp/devel-docs/libgimp/tmpl/gimpexport.sgml
Michael Natterer b4ad2ab05b configure.in devel-docs/Makefile.am devel-docs/libgimpcolor/*
2001-05-04  Michael Natterer  <mitch@gimp.org>

	* configure.in
	* devel-docs/Makefile.am
	* devel-docs/libgimpcolor/*
	* devel-docs/libgimpmath/*
	* devel-docs/libgimpwidgets/*: added new gtk-doc modules for
	libgimpcolor, libgimpmath and libgimpwidgets. Moved existing
	documentation from the old files to the new templates.

	* devel-docs/libgimp/*: regenerated all files and removed the
	stuff which is in the new modules now.

	* libgimpwidgets/gimpcolorarea.c
	* libgimpwidgets/gimpcolorbutton.[ch]: some documentation fixes.

	* po-libgimp/Makefile.in.in
	* po-plug-ins/Makefile.in.in
	* po-script-fu/Makefile.in.in: updated.
2001-05-04 20:39:29 +00:00

62 lines
1.4 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
gimpexport
<!-- ##### SECTION Short_Description ##### -->
Export an image before it is saved.
<!-- ##### SECTION Long_Description ##### -->
<para>
This function should be called by all save_plugins unless they are
able to save all image formats the GIMP knows about. It takes care
of asking the user if she wishes to export the image to a format the
save_plugin can handle. It then performs the necessary conversions
(e.g. Flatten) on a copy of the image so that the image can be saved
without changing the original image.
The capabilities of the save_plugin are specified by combining
#GimpExportCapabilities using a bitwise OR.
Make sure you have initialized GTK+ before you call this function
as it will most probably have to open a dialog.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### ENUM GimpExportCapabilities ##### -->
<para>
</para>
@GIMP_EXPORT_CAN_HANDLE_RGB:
@GIMP_EXPORT_CAN_HANDLE_GRAY:
@GIMP_EXPORT_CAN_HANDLE_INDEXED:
@GIMP_EXPORT_CAN_HANDLE_ALPHA:
@GIMP_EXPORT_CAN_HANDLE_LAYERS:
@GIMP_EXPORT_CAN_HANDLE_LAYERS_AS_ANIMATION:
@GIMP_EXPORT_NEEDS_ALPHA:
<!-- ##### ENUM GimpExportReturnType ##### -->
<para>
</para>
@GIMP_EXPORT_CANCEL:
@GIMP_EXPORT_IGNORE:
@GIMP_EXPORT_EXPORT:
<!-- ##### FUNCTION gimp_export_image ##### -->
<para>
</para>
@image_ID:
@drawable_ID:
@format_name:
@capabilities:
@Returns: