Searched refs:COMPRESSION_WEBP (Results 1 – 5 of 5) sorted by relevance
107 { "WEBP", COMPRESSION_WEBP, TIFFInitWebP },
194 #define COMPRESSION_WEBP 50001 /* WEBP: WARNING not registered in Adobe-maintained registry */ macro
1065 case COMPRESSION_WEBP: in _TIFFCheckFieldIsValidForCodec()
1712 compression == COMPRESSION_WEBP ) in _WriteAsType()
1583 #if defined(COMPRESSION_WEBP) in ReadTIFFImage()1584 case COMPRESSION_WEBP: image->compression=WebPCompression; break; in ReadTIFFImage()3789 #if defined(WEBP_SUPPORT) && defined(COMPRESSION_WEBP) in WriteTIFFImage()3790 case COMPRESSION_WEBP: in WriteTIFFImage()