This commit is contained in:
John Cupitt 2010-01-11 17:33:40 +00:00
parent fa7d5939f5
commit 510801ec15
2 changed files with 9 additions and 1 deletions

8
TODO
View File

@ -1,3 +1,11 @@
- vipsthumbnail.c should import untagged images with an sRGB profile
argh ... lcms has
LCMSAPI cmsHPROFILE LCMSEXPORT cmsCreate_sRGBProfile(void);
perhaps we should expose this in VIPS somehow?
- we sill have the old flood-fill code there, move to deprecated
should we have new API? we could have a single "im_floodfill" that allows

View File

@ -172,7 +172,7 @@ shrink_factor( IMAGE *in, IMAGE *out )
t[2] = t[4];
}
if( im_copy( t[4], out ) )
if( im_copy( t[2], out ) )
return( -1 );
return( 0 );