decodeTiff function
Decodes the first image-file directory of a baseline TIFF image.
Implementation
Image decodeTiff(
Uint8List bytes, {
TiffDecodeOptions? options,
}) => decodeImage(
bytes,
options: options,
);
Decodes the first image-file directory of a baseline TIFF image.
Image decodeTiff(
Uint8List bytes, {
TiffDecodeOptions? options,
}) => decodeImage(
bytes,
options: options,
);