file-open

file-open

Synopsis

GimpImage*          file_open_image                     (Gimp *gimp,
                                                         GimpContext *context,
                                                         GimpProgress *progress,
                                                         const gchar *uri,
                                                         const gchar *entered_filename,
                                                         gboolean as_new,
                                                         GimpPlugInProcedure *file_proc,
                                                         GimpRunMode run_mode,
                                                         GimpPDBStatusType *status,
                                                         const gchar **mime_type,
                                                         GError **error);
GimpImage*          file_open_with_display              (Gimp *gimp,
                                                         GimpContext *context,
                                                         GimpProgress *progress,
                                                         const gchar *uri,
                                                         gboolean as_new,
                                                         GimpPDBStatusType *status,
                                                         GError **error);
GimpImage*          file_open_with_proc_and_display     (Gimp *gimp,
                                                         GimpContext *context,
                                                         GimpProgress *progress,
                                                         const gchar *uri,
                                                         const gchar *entered_filename,
                                                         gboolean as_new,
                                                         GimpPlugInProcedure *file_proc,
                                                         GimpPDBStatusType *status,
                                                         GError **error);
GList*              file_open_layers                    (Gimp *gimp,
                                                         GimpContext *context,
                                                         GimpProgress *progress,
                                                         GimpImage *dest_image,
                                                         gboolean merge_visible,
                                                         const gchar *uri,
                                                         GimpRunMode run_mode,
                                                         GimpPlugInProcedure *file_proc,
                                                         GimpPDBStatusType *status,
                                                         GError **error);
GimpImage*          file_open_thumbnail                 (Gimp *gimp,
                                                         GimpContext *context,
                                                         GimpProgress *progress,
                                                         const gchar *uri,
                                                         gint size,
                                                         const gchar **mime_type,
                                                         gint *image_width,
                                                         gint *image_height,
                                                         GError **error);
gboolean            file_open_from_command_line         (Gimp *gimp,
                                                         const gchar *filename,
                                                         gboolean as_new);

Description

Details

file_open_image ()

GimpImage*          file_open_image                     (Gimp *gimp,
                                                         GimpContext *context,
                                                         GimpProgress *progress,
                                                         const gchar *uri,
                                                         const gchar *entered_filename,
                                                         gboolean as_new,
                                                         GimpPlugInProcedure *file_proc,
                                                         GimpRunMode run_mode,
                                                         GimpPDBStatusType *status,
                                                         const gchar **mime_type,
                                                         GError **error);

gimp :

context :

progress :

uri :

entered_filename :

as_new :

file_proc :

run_mode :

status :

mime_type :

error :

Returns :


file_open_with_display ()

GimpImage*          file_open_with_display              (Gimp *gimp,
                                                         GimpContext *context,
                                                         GimpProgress *progress,
                                                         const gchar *uri,
                                                         gboolean as_new,
                                                         GimpPDBStatusType *status,
                                                         GError **error);

gimp :

context :

progress :

uri :

as_new :

status :

error :

Returns :


file_open_with_proc_and_display ()

GimpImage*          file_open_with_proc_and_display     (Gimp *gimp,
                                                         GimpContext *context,
                                                         GimpProgress *progress,
                                                         const gchar *uri,
                                                         const gchar *entered_filename,
                                                         gboolean as_new,
                                                         GimpPlugInProcedure *file_proc,
                                                         GimpPDBStatusType *status,
                                                         GError **error);

gimp :

context :

progress :

uri :

entered_filename :

as_new :

file_proc :

status :

error :

Returns :


file_open_layers ()

GList*              file_open_layers                    (Gimp *gimp,
                                                         GimpContext *context,
                                                         GimpProgress *progress,
                                                         GimpImage *dest_image,
                                                         gboolean merge_visible,
                                                         const gchar *uri,
                                                         GimpRunMode run_mode,
                                                         GimpPlugInProcedure *file_proc,
                                                         GimpPDBStatusType *status,
                                                         GError **error);

gimp :

context :

progress :

dest_image :

merge_visible :

uri :

run_mode :

file_proc :

status :

error :

Returns :


file_open_thumbnail ()

GimpImage*          file_open_thumbnail                 (Gimp *gimp,
                                                         GimpContext *context,
                                                         GimpProgress *progress,
                                                         const gchar *uri,
                                                         gint size,
                                                         const gchar **mime_type,
                                                         gint *image_width,
                                                         gint *image_height,
                                                         GError **error);

gimp :

context :

progress :

uri :

size :

mime_type :

image_width :

image_height :

error :

Returns :


file_open_from_command_line ()

gboolean            file_open_from_command_line         (Gimp *gimp,
                                                         const gchar *filename,
                                                         gboolean as_new);

gimp :

filename :

as_new :

Returns :