Opened 14 years ago
Closed 12 years ago
#2373 closed Feature Requests (fixed)
Read multipage TIFF files
Reported by: | Owned by: | Hailin Jin | |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | gil USE GITHUB |
Version: | Boost Development Trunk | Severity: | Not Applicable |
Keywords: | Cc: | robert.pollak@…, mateusz@… |
Description
The attached patch allows to read any page of a multipage TIFF file, by optionally specifying the zero-based directory number.
Attachments (2)
Change History (6)
by , 14 years ago
Attachment: | GIL-read-multipage-TIFF.patch added |
---|
by , 14 years ago
Attachment: | GIL-read-multipage-TIFF.2.patch added |
---|
proposed patch v2 (fixed calls of tiff_read_and_convert_view)
comment:1 by , 14 years ago
The first patch is obsolete - please delete.
Patch v2 contains the fix corresponding to changeset r41009.
Credits go to Roland Richter, whose code the patches are based on.
comment:2 by , 13 years ago
Cc: | added |
---|
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
proposed patch