jimp-dev/jimp

Multipage TIFFs only return first page

Open

#816 opened on Nov 18, 2019

View on GitHub
 (1 comment) (3 reactions) (0 assignees)JavaScript (785 forks)batch import
bughelp wanted

Repository metrics

Stars
 (13,218 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Expected Behavior

When reading a TIFF file with multiple pages, I would expect the buffer from each page to be available.

Current Behavior

Only the first page of the multiple page TIFF file is returned.

Contributor guide