stuff
This commit is contained in:
parent
fa7d5939f5
commit
510801ec15
8
TODO
8
TODO
@ -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
|
||||
|
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user