Gimp/app/file-data
Michael Natterer 7ce90a19b4 app, plug-ins: move pattern saving to the core
but only the actual saving code, not the export magic and dialog.

Add new internal procedure file-pat-save-internal which is not
registered as a file procedure and always works non-interactively on
the passed arguments and only saves the passed drawable. Use the new
internal procedure from the file-pat-save code and remove all file
writing code from the plug-in.

This way all pattern file writing code duplication is killed, while
the whole export mechanism is completely unchanged.

(cherry picked from commit b29ecfb5da)
2019-02-12 21:34:17 +01:00
..
.gitignore
file-data-gbr.c
file-data-gbr.h
file-data-pat.c app, plug-ins: move pattern saving to the core 2019-02-12 21:34:17 +01:00
file-data-pat.h
file-data.c app, plug-ins: move pattern saving to the core 2019-02-12 21:34:17 +01:00
file-data.h
Makefile.am