app: use gimp_create_image_from_buffer() to create the debug image graph
This commit is contained in:
@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user