blob: 24384742231db271fa305b63501fd0d63378e188 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef __IMG_SAVE_H__
# define __IMG_SAVE_H__
GimpPDBStatusType img_read_options(ImageParasite *, const gchar *,
const gchar *, GError **);
GimpPDBStatusType img_save_image(gint32, const ImageParasite *, const gchar *,
GError **);
gboolean img_save_dialog(gint32, ImageParasite *);
GimpPDBStatusType img_sanity_check(gint32, GError **);
#endif
|