From 3f021abe2d2dadb64c8c1bfbde3f72fcaf16c2b8 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 6 Jun 2014 10:58:57 +0100 Subject: [PATCH] TODO notes --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index 0f9a9b91..783239cd 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,13 @@ +- vips_image_new_from_file() should take a set of options + + implement it using vips_foreign_load()? + +- likewise, vips_image_write_to_file() should take options. Implement in terms + of vips_foreign_save()? + + both need to allow options in the filename too + + - can we use postbuild elsewhere? look at use of "preclose" / "written", etc.