Re: [Gimp-developer] Exporting a TIFF file
Lloyd Konneker via gimp-developer-list <[email protected]>
| Newsgroups | gmane.comp.video.gimp.devel |
|---|---|
| Message-ID | <CANtdxPwJhNa=rgQPdGVoRR5OonCqxw0y+uaH_bsfpuui4QMCfQ@mail.gmail.com> |
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. _______________________________________________ gimp-developer-list mailing list List address: [email protected] List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list