Re: [Gimp-developer] Exporting a TIFF file



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 link plugin code, you link to libgimp, where
gimp_run_procedure() is.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]