app: use gimp_create_image_from_buffer() to create the debug image graph

This commit is contained in:
Michael Natterer
2015-06-19 23:49:41 +02:00
parent 6138b58f14
commit 7d4948b190
3 changed files with 35 additions and 42 deletions

View File

@ -77,8 +77,9 @@ gint gimp_file_compare (GFile *file1,
GFile *file2);
gboolean gimp_file_is_executable (GFile *file);
void gimp_create_image_from_buffer (Gimp *gimp,
GeglBuffer *buffer);
GimpImage * gimp_create_image_from_buffer (Gimp *gimp,
GeglBuffer *buffer,
const gchar *image_name);
#endif /* __APP_GIMP_UTILS_H__ */