Function
Gimpfile_save
unstable since: 3.0
Declaration [src]
gboolean
gimp_file_save (
GimpRunMode run_mode,
GimpImage* image,
GFile* file
)
Description [src]
Saves a file by extension.
This procedure invokes the correct file save handler according to the file’s extension and/or prefix.
Available since: 3.0
Parameters
run_mode
-
Type:
GimpRunMode
The run mode.
image
-
Type:
GimpImage
Input image.
The data is owned by the caller of the function. file
-
Type:
GFile
The file to save the image in.
The data is owned by the caller of the function.