mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
Merge "cwebp/tiffdec: add TIFF metadata extraction"
This commit is contained in:
@ -334,7 +334,7 @@ static int ReadPicture(const char* const filename, WebPPicture* const pic,
|
||||
} else if (format == JPEG_) {
|
||||
ok = ReadJPEG(in_file, pic, metadata);
|
||||
} else if (format == TIFF_) {
|
||||
ok = ReadTIFF(filename, pic, keep_alpha);
|
||||
ok = ReadTIFF(filename, pic, keep_alpha, metadata);
|
||||
}
|
||||
} else {
|
||||
// If image size is specified, infer it as YUV format.
|
||||
|
Reference in New Issue
Block a user