=head1 NAME MAS::TIFF - Pure Perl TIFF image metadata and samples reading =head1 DESCRIPTION MAS stands for Metadata And Samples. MAS::TIFF is a pure Perl package for reading TIFF image metadata and samples. The other TIFF reading libraries I could find on CPAN either used C or were just about metadata. I needed a library that would allow me to read =head1 STATUS As of 2012-04-17, some basic metadata reading and reading pixels of bitonal LZW compressed strips is working, but the API isn't particularly well thought out yet. The code lives on GitHub: https://github.com/gnp/MAS-TIFF