The file export/import methods are plugins, i.e. in the PDB.
You can browse the PDB using Filters>Development>Python-Fu>Python Console
then the Browse button. There is one named "file-tiff-save"
Yes, you can call a PDB procedure from a C plugin using
gimp_run_procedure ()
No, you don't need to l
Disclaimer: I'm very new to plug-in programming.
I'm writing a plug-in in C that needs to export a drawable to a temporary
file in TIFF format.
I saw that some plugins [1] can do this, but as far as I see, libgimp only
offers gimp_file_save [2] and gimp_export_image [3], but neither fit my use
ca