Skip to content

Draft: Create GimpExportOptions class

Alx Sa requested to merge alxsa-gimp-export-options into master

Work in progress to create a GimpExportOptions class for use with the export image plug-ins.

  • Create a version in /app/
  • Create a version in /libgimp/ that connects to the /app/ version
  • Copy over gimp_export_image () to become gimp_export_options_get_image () in /libgimp/
  • Test that it works in at least one plug-in.

Merge request reports