update notes

This commit is contained in:
John Cupitt 2014-06-18 14:50:35 +01:00
parent 0e68067a82
commit 32f5c444c5
2 changed files with 10 additions and 1 deletions

8
TODO
View File

@ -1,9 +1,17 @@
- fix --vips-progress for dzsave
_set_progress(FALSE) on an image upstream of the tile isn't going to help,
we attach callbacks to all images if --vips-progress is on
on set_progress(FALSE) vips_sink_disc() should stop calling
vips_image_preeval()
- rewrite vips.1 manpage
- remove -c abbrev. for --vips-concurrency
- threadpool recyling might be useful for dzsave?

View File

@ -1522,7 +1522,8 @@ vips_image_posteval( VipsImage *image )
void
vips_image_set_progress( VipsImage *image, gboolean progress )
{
if( progress && !image->progress_signal ) {
if( progress &&
!image->progress_signal ) {
VIPS_DEBUG_MSG( "vips_image_set_progress: %p %s\n",
image, image->filename );
image->progress_signal = image;