filters property
final
The compression filter names applied to the image data, in order.
For example, ['DCTDecode'] indicates JPEG encoding, and
['FlateDecode'] indicates zlib/deflate. An empty list means no filters
were found (or the image uses an inline/uncompressed format).
Implementation
final List<String> filters;