Fixed typo in bitdepth code
This commit is contained in:
parent
00bd91a3c4
commit
0f0e8cb677
@ -1041,7 +1041,7 @@ ready_to_write( Wtiff *wtiff )
|
|||||||
|
|
||||||
/* "squash" float LAB down to LABQ.
|
/* "squash" float LAB down to LABQ.
|
||||||
*/
|
*/
|
||||||
if( (wtiff->bitdepth &&
|
if( wtiff->bitdepth &&
|
||||||
wtiff->input->Bands == 3 &&
|
wtiff->input->Bands == 3 &&
|
||||||
wtiff->input->BandFmt == VIPS_FORMAT_FLOAT &&
|
wtiff->input->BandFmt == VIPS_FORMAT_FLOAT &&
|
||||||
wtiff->input->Type == VIPS_INTERPRETATION_LAB ) {
|
wtiff->input->Type == VIPS_INTERPRETATION_LAB ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user