Function
Gimpfile_save
Declaration [src]
gboolean
gimp_file_save (
  GimpRunMode run_mode,
  GimpImage* image,
  GFile* file,
  GimpExportOptions* options
)
Description [src]
Saves to XCF or export image to any supported format by extension.
This procedure invokes the correct file save/export handler
according to file‘s extension and/or prefix.
The options argument is currently unused and should be set to NULL
right now.
Parameters
- run_mode
- 
            Type: GimpRunModeThe run mode. 
- image
- 
            Type: GimpImageInput image. The data is owned by the caller of the function. 
- file
- 
            Type: GFileThe file to save or export the image in. The data is owned by the caller of the function. 
- options
- 
            Type: GimpExportOptionsExport option settings. The argument can be NULL.The data is owned by the caller of the function.