fix a compile error
This commit is contained in:
parent
d37454a45c
commit
e4c53e59dd
5
TODO
5
TODO
@ -1,3 +1,8 @@
|
|||||||
|
- try:
|
||||||
|
|
||||||
|
$ python test_colour.py TestColour.test_icc
|
||||||
|
segv
|
||||||
|
|
||||||
- vips_sink_screen() should create its output images
|
- vips_sink_screen() should create its output images
|
||||||
|
|
||||||
|
|
||||||
|
@ -482,7 +482,6 @@ vips_image_guess_interpretation( const VipsImage *image )
|
|||||||
case VIPS_INTERPRETATION_sRGB:
|
case VIPS_INTERPRETATION_sRGB:
|
||||||
case VIPS_INTERPRETATION_HSV:
|
case VIPS_INTERPRETATION_HSV:
|
||||||
case VIPS_INTERPRETATION_scRGB:
|
case VIPS_INTERPRETATION_scRGB:
|
||||||
case VIPS_INTERPRETATION_HSV:
|
|
||||||
case VIPS_INTERPRETATION_YXY:
|
case VIPS_INTERPRETATION_YXY:
|
||||||
if( image->Bands < 3 )
|
if( image->Bands < 3 )
|
||||||
sane = FALSE;
|
sane = FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user