Fixed typo in bitdepth code

This commit is contained in:
Florian Heinrich 2020-06-16 16:27:11 +02:00
parent 00bd91a3c4
commit 0f0e8cb677
1 changed files with 1 additions and 1 deletions

View File

@ -1041,7 +1041,7 @@ ready_to_write( Wtiff *wtiff )
/* "squash" float LAB down to LABQ.
*/
if( (wtiff->bitdepth &&
if( wtiff->bitdepth &&
wtiff->input->Bands == 3 &&
wtiff->input->BandFmt == VIPS_FORMAT_FLOAT &&
wtiff->input->Type == VIPS_INTERPRETATION_LAB ) {