| GIMP Application Reference Manual | ||||
|---|---|---|---|---|
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);
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);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
GimpImage* file_open_with_display (Gimp *gimp, GimpContext *context, GimpProgress *progress, const gchar *uri, gboolean as_new, GimpPDBStatusType *status, GError **error);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
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);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
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);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
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);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |