jimp-dev/jimp

Multipage TIFFs only return first page

Open

#816 opened on Nov 18, 2019

View on GitHub
 (1 comment) (2 reactions) (0 assignees)JavaScript (13,218 stars) (785 forks)batch import
bughelp wanted

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