Add PNG save support

This commit is contained in:
2014-10-05 19:36:44 +02:00
parent 52ff709e14
commit f4749dea65
6 changed files with 27 additions and 2 deletions

View File

@@ -110,6 +110,11 @@ void ag_chart_export_jpg_to_file(AgChart *chart,
AgDisplayTheme *theme,
GError **err);
void ag_chart_export_png_to_file(AgChart *chart,
GFile *file,
AgDisplayTheme *theme,
GError **err);
void ag_chart_set_name(AgChart *chart,
const gchar *name);