Avoid double CM in saved WebPs

This commit is contained in:
2021-12-26 01:24:09 +01:00
parent e37acf365a
commit e5b1a1861c
4 changed files with 50 additions and 15 deletions

View File

@@ -79,7 +79,7 @@ int fiv_io_filecmp(GFile *f1, GFile *f2);
/// Requires libwebp.
/// If no exact frame is specified, this potentially creates an animation.
gboolean fiv_io_save(cairo_surface_t *page, cairo_surface_t *frame,
const gchar *path, GError **error);
FivIoProfile target, const gchar *path, GError **error);
// --- Metadata ----------------------------------------------------------------