interpret include

This commit is contained in:
JonDeen 2015-06-09 16:50:23 +02:00
parent bfbc873d7d
commit 6e004961ef
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@ vips_image_guess_interpretation( const VipsImage *image )
case VIPS_INTERPRETATION_LCH:
case VIPS_INTERPRETATION_sRGB:
case VIPS_INTERPRETATION_scRGB:
case VIPS_INTERPRETATION_HSV:
case VIPS_INTERPRETATION_YXY:
if( image->Bands < 3 )
sane = FALSE;