TODO notes

This commit is contained in:
John Cupitt 2014-06-06 10:58:57 +01:00
parent 5b19fc4f8d
commit 3f021abe2d

10
TODO
View File

@ -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.