update notes

This commit is contained in:
John Cupitt 2014-06-05 14:49:27 +01:00
parent 3faffa4c54
commit 5b19fc4f8d
2 changed files with 21 additions and 1 deletions

20
TODO
View File

@ -34,6 +34,26 @@
test --crop in vipsthumbnail on portrait images cropped to landscape
alternative: if extract sees a seq image, it deliberately reads and discards
the N scanlines
could be very slow :-(
the first vips_extract_area_gen() needs to somehow signal in
vips_region_prepare() that this is the first request
how do we pass the signal down? not clear
run the first tile single-threaded
so sinkdisc runs the first request, waits for it to come back, then
starts all the workers going
this is quite a good idea! we'd not slow down much, and there's a huge
amount of locking on the first tile anyway
now seq can support skipahead again

View File

@ -252,7 +252,7 @@ vips_hough_circle_class_init( VipsHoughClass *class )
G_STRUCT_OFFSET( VipsHoughCircle, min_radius ),
1, 100000, 10 );
VIPS_ARG_INT( class, "max_radius", 120,
VIPS_ARG_INT( class, "max_radius", 121,
_( "Max radius" ),
_( "Largest radius to search for" ),
VIPS_ARGUMENT_OPTIONAL_INPUT,