PhilterPaper / Perl-PDF-Builder

Extended version of the popular PDF::API2 Perl-based PDF library for creating, reading, and modifying PDF documents
https://www.catskilltech.com/FreeSW/product/PDF%2DBuilder/title/PDF%3A%3ABuilder/freeSW_full
Other
6 stars 7 forks source link

Fix reading colormap from TIFF #134

Closed carygravel closed 3 years ago

carygravel commented 3 years ago

Fixes issue #133. Requires Graphics::TIFF 7, which has just hit CPAN.

PhilterPaper commented 3 years ago

Just to check, does the new Graphics::TIFF use the old libtiff or does it require an update libtiff?

I presume you've run all the tiff t-tests and any other tests available. Thank you for your efforts with TIFF.

carygravel commented 3 years ago

The version of libtiff is more or less irrelevant. The beauty of having enabled the CI is that (although I did run the tests) you don't have to trust me, you can now just look at the box below where it says "All checks have passed".

PhilterPaper commented 3 years ago

Merged.