TODO notes

small TODO updates
This commit is contained in:
John Cupitt 2011-03-03 22:01:43 +00:00
parent ab427d906b
commit df0eab1f35
1 changed files with 17 additions and 1 deletions

18
TODO
View File

@ -5,9 +5,25 @@
is this the only place? does im_pincheck() do a rewind too?
- why not renname VipsBandFormat as VipsFormat? cf. VipsCoding,
yes, it also calls im__close()
how about ading something to vipsobject like "reset", which contains what's
normally in the dispose handler
vips_object_reset() then runs that and clears the various flags governing
members so that you can set more vars and call _build() again
vips_object_dispose runs the reset method for you
- why not rename VipsBandFormat as VipsFormat? cf. VipsCoding,
VipsInterpretation etc.
argh because of the format package and the VipsFormat there
- image->progress needs renaming, perhaps image->progress_signal?
- im_sanity() should become a method on VipsObject, see debug.c