Mucaccino / windowsbitmapdencoder

Automatically exported from code.google.com/p/windowsbitmapdencoder
0 stars 0 forks source link

add support for multiple pages in a TIFF file #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to load a multi-page TIFF file, only the first page is decoded.

What is the expected output? What do you see instead?
All pages should be decoded.

What version of the product are you using? On what operating system?
.50 on Windows

Please provide any additional information below.
I'm attaching the files I changed to get multi-page decoding working. If
you can use it, great. If there is a better way feel free to
refactor/rework it. Thanks for the AWESOME code!

Original issue reported on code.google.com by boardmanjohnw@gmail.com on 18 Feb 2010 at 9:43

Attachments:

GoogleCodeExporter commented 9 years ago
Dear boardmanjohnw,

Greatly appreciate you contribution and interest.
I would be happy to branch this project so we will have a TIFF "baseline" 
decoder (as 
is) and a new project for the full featured TIFF 6.0 decoder.

Multi-page is a fantastic feature toward the full featured product but well 
beyond 
the scope of a "baseline" decoder.  Please label as an enhancement.

Currently, LZW and ZIP compression are under development.  
Also, CMYK decoding can be made available.

Sincerely,

CT

Original comment by yeuchi@gmail.com on 20 Feb 2010 at 4:39